We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ae6b2 commit 0f06880Copy full SHA for 0f06880
document/core/text/lexical.rst
@@ -48,7 +48,7 @@ The character stream in the source text is divided, from left to right, into a s
48
\text{(} ~|~ \text{)} ~|~ \Treserved \\
49
\production{keyword} & \Tkeyword &::=&
50
(\text{a} ~|~ \dots ~|~ \text{z})~\Tidchar^\ast
51
- \qquad (\mbox{if occurring as a literal terminal in the grammar}) \\
+ \qquad (\iff~\mbox{occurring as a literal terminal in the grammar}) \\
52
\production{reserved} & \Treserved &::=&
53
(\Tidchar ~|~ \Tstring)^+ \\
54
\end{array}
0 commit comments