mirror of
https://github.com/github/semantic.git
synced 2024-12-22 22:31:36 +03:00
s/var declaration/variable
This commit is contained in:
parent
615871ac8f
commit
2465fbe847
@ -63,7 +63,7 @@ instance HasCategory Category where
|
||||
Category.MethodCall -> "method call"
|
||||
Category.Args -> "arguments"
|
||||
Category.VarAssignment -> "var assignment"
|
||||
Category.VarDecl -> "var declaration"
|
||||
Category.VarDecl -> "variable"
|
||||
Identifier -> "identifier"
|
||||
IntegerLiteral -> "integer"
|
||||
Other s -> s
|
||||
|
Loading…
Reference in New Issue
Block a user