diff options
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref5.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 8f18c22..00383ef 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -62,8 +62,8 @@ reverse quotes or in parentheses, brackets or braces are also categorized syntactically as atoms. The syntax for atoms is: \begin{verbatim} -atom: identifier | literal | enclosure -enclosure: parenth_form | list_display | dict_display | string_conversion +atom: identifier | literal | enclosure +enclosure: parenth_form|list_display|dict_display|string_conversion \end{verbatim} \subsection{Identifiers (Names)} |