зеркало из https://github.com/github/codeql.git
Fix typos in QL language spec
This commit is contained in:
Родитель
513854a608
Коммит
c431d47481
|
@ -502,7 +502,7 @@ Identifiers are used in following syntactic constructs:
|
||||||
simpleId ::= lowerId | upperId
|
simpleId ::= lowerId | upperId
|
||||||
modulename ::= simpleId
|
modulename ::= simpleId
|
||||||
classname ::= upperId
|
classname ::= upperId
|
||||||
dbasetype ::= atlowerId
|
dbasetype ::= atLowerId
|
||||||
predicateRef ::= (moduleId "::")? literalId
|
predicateRef ::= (moduleId "::")? literalId
|
||||||
predicateName ::= lowerId
|
predicateName ::= lowerId
|
||||||
varname ::= simpleId
|
varname ::= simpleId
|
||||||
|
@ -1976,11 +1976,11 @@ The complete grammar for QL is as follows:
|
||||||
|
|
||||||
simpleId ::= lowerId | upperId
|
simpleId ::= lowerId | upperId
|
||||||
|
|
||||||
modulename :: = simpleId
|
modulename ::= simpleId
|
||||||
|
|
||||||
classname ::= upperId
|
classname ::= upperId
|
||||||
|
|
||||||
dbasetype ::= atlowerId
|
dbasetype ::= atLowerId
|
||||||
|
|
||||||
predicateRef ::= (moduleId "::")? literalId
|
predicateRef ::= (moduleId "::")? literalId
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче