Fix symbol in grammar; this should fix some hyperlinking in the HTML
version.
This commit is contained in:
parent
fc71026c8a
commit
007fadd59d
|
@ -62,7 +62,7 @@ Assert statements\stindex{assert} are a convenient way to insert
|
|||
debugging assertions\indexii{debugging}{assertions} into a program:
|
||||
|
||||
\begin{productionlist}
|
||||
\production{assert_statement}
|
||||
\production{assert_stmt}
|
||||
{"assert" \token{expression} ["," \token{expression}]}
|
||||
\end{productionlist}
|
||||
|
||||
|
|
Loading…
Reference in New Issue