diff options
-rw-r--r-- | Doc/ref/ref5.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index c0212d0..7431d04 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -157,7 +157,7 @@ square brackets: {"[" [\token{listmaker}] "]"} \production{listmaker} {\token{expression} ( \token{list_for} - | ( "," \token{expression})* [","] )} + | ( "," \token{expression} )* [","] )} \production{list_iter} {\token{list_for} | \token{list_if}} \production{list_for} |