Skip to content

Commit b56b10b

Browse files
aibaarsjames
authored andcommitted
Fix typos in QL language spec
(cherry picked from commit c431d47)
1 parent d8f3106 commit b56b10b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/language/ql-spec/language.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ Identifiers are used in following syntactic constructs:
502502
simpleId ::= lowerId | upperId
503503
modulename ::= simpleId
504504
classname ::= upperId
505-
dbasetype ::= atlowerId
505+
dbasetype ::= atLowerId
506506
predicateRef ::= (moduleId "::")? literalId
507507
predicateName ::= lowerId
508508
varname ::= simpleId
@@ -1970,11 +1970,11 @@ The complete grammar for QL is as follows:
19701970

19711971
simpleId ::= lowerId | upperId
19721972

1973-
modulename :: = simpleId
1973+
modulename ::= simpleId
19741974

19751975
classname ::= upperId
19761976

1977-
dbasetype ::= atlowerId
1977+
dbasetype ::= atLowerId
19781978

19791979
predicateRef ::= (moduleId "::")? literalId
19801980

0 commit comments

Comments
 (0)