summaryrefslogtreecommitdiff
path: root/08-expressions.md
diff options
context:
space:
mode:
authorIain McGinniss <iainmcgin@gmail.com>2012-10-18 13:41:28 +0100
committerIain McGinniss <iainmcgin@gmail.com>2012-10-18 13:41:28 +0100
commit7c16776236dcf1d34551916dedefc22cfdc3f999 (patch)
tree6118add23acaf82770637c4ebe18f4872570cecf /08-expressions.md
parent82435f103db0ede9665dcd2c15d5759c5aacac2d (diff)
downloadscala-7c16776236dcf1d34551916dedefc22cfdc3f999.tar.gz
scala-7c16776236dcf1d34551916dedefc22cfdc3f999.tar.bz2
scala-7c16776236dcf1d34551916dedefc22cfdc3f999.zip
removed some stray LaTeX commands from Lexical Syntax chapter,
and a back-reference from the expressions chapter.
Diffstat (limited to '08-expressions.md')
-rw-r--r--08-expressions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/08-expressions.md b/08-expressions.md
index 928b56868b..77eec052b4 100644
--- a/08-expressions.md
+++ b/08-expressions.md
@@ -78,7 +78,7 @@ $T$ forSome { type $t_1[\tps_1] >: L_1 <: U_1$; $\ldots$; type $t_n[\tps_n] >: L
SimpleExpr ::= Literal
\end{lstlisting}
-Typing of literals is as described in (\sref{sec:literals}); their
+Typing of literals is as described [here](#literals); their
evaluation is immediate.