1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00

s/an/a for when block

This commit is contained in:
Timothy Clem 2016-11-03 09:35:50 -07:00
parent 452d795ddd
commit b91f8fc987

View File

@ -145,7 +145,7 @@ determiner (LeafInfo "boolean" _ _) = ""
determiner (LeafInfo "begin statement" _ _) = "a"
determiner (LeafInfo "else block" _ _) = "an"
determiner (LeafInfo "ensure block" _ _) = "an"
determiner (LeafInfo "when block" _ _) = "an"
determiner (LeafInfo "when block" _ _) = "a"
determiner (LeafInfo "anonymous function" _ _) = "an"
determiner (BranchInfo bs _ _) = determiner (last bs)
determiner _ = "the"