mirror of
https://github.com/github/semantic.git
synced 2024-12-23 06:41:45 +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.MethodCall -> "method call"
|
||||||
Category.Args -> "arguments"
|
Category.Args -> "arguments"
|
||||||
Category.VarAssignment -> "var assignment"
|
Category.VarAssignment -> "var assignment"
|
||||||
Category.VarDecl -> "var declaration"
|
Category.VarDecl -> "variable"
|
||||||
Identifier -> "identifier"
|
Identifier -> "identifier"
|
||||||
IntegerLiteral -> "integer"
|
IntegerLiteral -> "integer"
|
||||||
Other s -> s
|
Other s -> s
|
||||||
|
Loading…
Reference in New Issue
Block a user