summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2003-11-17 16:43:24 +0000
committermichelou <michelou@epfl.ch>2003-11-17 16:43:24 +0000
commit34615d4a1a3764c93cf15d9b827d8872e8242a81 (patch)
treec4ae89890f5e4bd8f1793cf1f89f6bd2e93b7a37 /doc
parent7396b9589258e6fc4c528007b52ad93cad9b8126 (diff)
downloadscala-34615d4a1a3764c93cf15d9b827d8872e8242a81.tar.gz
scala-34615d4a1a3764c93cf15d9b827d8872e8242a81.tar.bz2
scala-34615d4a1a3764c93cf15d9b827d8872e8242a81.zip
- changed 'listinline' to 'lstinline' (typo)
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/ScalaReference.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/ScalaReference.tex b/doc/reference/ScalaReference.tex
index 7b3602d07b..3b908da764 100644
--- a/doc/reference/ScalaReference.tex
+++ b/doc/reference/ScalaReference.tex
@@ -877,7 +877,7 @@ When used in an expression, a value of type \code{byte}, \code{char},
If an expression $e$ has type $T$ where $T$ does not conform to the
expected type $pt$ and $T$ has a member named \lstinline@coerce@, then
the expression is typed and evaluated is if it was
-\listinline@$e$.coerce@.
+\lstinline@$e$.coerce@.
\chapter{Basic Declarations and Definitions}