mirror of
https://github.com/github/semantic.git
synced 2024-12-22 22:31:36 +03:00
s/an/a for when block
This commit is contained in:
parent
452d795ddd
commit
b91f8fc987
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user