1
1
mirror of https://github.com/github/semantic.git synced 2024-12-03 00:16:52 +03:00

Merge pull request #833 from github/improve-ternary-summaries

Improve ternary summaries
This commit is contained in:
Josh Vera 2016-09-16 16:47:06 -04:00 committed by GitHub
commit 108b0a4975

View File

@ -241,7 +241,7 @@ instance HasCategory Category where
C.Case -> "case statement"
C.SubscriptAccess -> "subscript access"
C.MathAssignment -> "math assignment"
C.Ternary -> "ternary"
C.Ternary -> "ternary expression"
C.Operator -> "operator"
Identifier -> "identifier"
IntegerLiteral -> "integer"