Skip to content

Commit

Permalink
Remove trailing ws
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Feb 13, 2020
1 parent 6d42259 commit b031c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/syntax.tex
Expand Up @@ -27,7 +27,7 @@ \section{Lexical conventions}\doublelabel{lexical-conventions}
DIGIT = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"
UNSIGNED-INTEGER = DIGIT { DIGIT }
UNSIGNED-NUMBER = UNSIGNED-INTEGER [ "." [ UNSIGNED-INTEGER ] ]
[ ( "e" | "E" ) [ "+" | "-" ] UNSIGNED-INTEGER ] |
[ ( "e" | "E" ) [ "+" | "-" ] UNSIGNED-INTEGER ] |
"." UNSIGNED-INTEGER [ ( "e" | "E" ) [ "+" | "-" ] UNSIGNED-INTEGER ]
\end{lstlisting}
\textrm{S-CHAR} is any member of the Unicode character set
Expand Down

0 comments on commit b031c96

Please sign in to comment.