summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2004-12-16 14:05:45 +0000
committerburaq <buraq@epfl.ch>2004-12-16 14:05:45 +0000
commit8aa1f96c454999d01cf79f4fd9d7852c6e25653f (patch)
tree9540d9a84b0efc802137b398ca2fdef4b9d8b4b8 /doc
parent95381cac9e75291c4440cfaa85f0da7f9cf163ab (diff)
downloadscala-8aa1f96c454999d01cf79f4fd9d7852c6e25653f.tar.gz
scala-8aa1f96c454999d01cf79f4fd9d7852c6e25653f.tar.bz2
scala-8aa1f96c454999d01cf79f4fd9d7852c6e25653f.zip
minor fix Scanner, NodeBuffer
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/ReferencePart.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/ReferencePart.tex b/doc/reference/ReferencePart.tex
index 848a4ba846..260053ef98 100644
--- a/doc/reference/ReferencePart.tex
+++ b/doc/reference/ReferencePart.tex
@@ -36,7 +36,7 @@ to the ASCII fragment \Urange{0000}{007F}.
In Scala mode, \textit{Unicode escapes} are replaced by the corresponding
Unicode character with the given hexadecimal code.
\begin{lstlisting}
-UnicodeEscape ::= \\{\\\\}u{u} HexDigit HexDigit HexDigit HexDigit
+UnicodeEscape ::= \{\\}u{u} HexDigit HexDigit HexDigit HexDigit
HexDigit ::= '0' | $\ldots$ | `9' | `A' | $\ldots$ | `F' | `a' | $\ldots$ | `f' |
\end{lstlisting}
To construct tokens, characters are distinguished according to the following classes