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:
commit
108b0a4975
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user