mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Fix typos in QL language spec
This commit is contained in:
@@ -502,7 +502,7 @@ Identifiers are used in following syntactic constructs:
|
||||
simpleId ::= lowerId | upperId
|
||||
modulename ::= simpleId
|
||||
classname ::= upperId
|
||||
dbasetype ::= atlowerId
|
||||
dbasetype ::= atLowerId
|
||||
predicateRef ::= (moduleId "::")? literalId
|
||||
predicateName ::= lowerId
|
||||
varname ::= simpleId
|
||||
@@ -1976,11 +1976,11 @@ The complete grammar for QL is as follows:
|
||||
|
||||
simpleId ::= lowerId | upperId
|
||||
|
||||
modulename :: = simpleId
|
||||
modulename ::= simpleId
|
||||
|
||||
classname ::= upperId
|
||||
|
||||
dbasetype ::= atlowerId
|
||||
dbasetype ::= atLowerId
|
||||
|
||||
predicateRef ::= (moduleId "::")? literalId
|
||||
|
||||
|
||||
Reference in New Issue
Block a user