summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-10-28 10:27:33 +0000
committerpaltherr <paltherr@epfl.ch>2003-10-28 10:27:33 +0000
commitbf1f22df3f01c9f6e23456fcb5715614b8cb6f49 (patch)
treecee27af01ed2e94a79808101b8b12187a3cc32fa /doc
parent8f8507d071a0bc2e9a14dbf8e2ee42f353cea338 (diff)
downloadscala-bf1f22df3f01c9f6e23456fcb5715614b8cb6f49.tar.gz
scala-bf1f22df3f01c9f6e23456fcb5715614b8cb6f49.tar.bz2
scala-bf1f22df3f01c9f6e23456fcb5715614b8cb6f49.zip
- Fixed macro call
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/ScalaReference.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/ScalaReference.tex b/doc/reference/ScalaReference.tex
index d7298ca763..63be10f36d 100644
--- a/doc/reference/ScalaReference.tex
+++ b/doc/reference/ScalaReference.tex
@@ -2810,8 +2810,8 @@ the expression is the value of $e$ converted to type $T$.
| SimpleExpr ArgumentExpr `=' Expr
\end{lstlisting}
-The interpretation of assignment to a simple variable ~\lstinline@$x$
-= $e$@~ depends on the definition of $x$. If $x$ denotes a mutable
+The interpretation of assignment to a simple variable ~\lstinline@$x$ = $e$@~
+depends on the definition of $x$. If $x$ denotes a mutable
variable, then the assignment changes the current value of $x$ to be
the result of evaluating the expression $e$. The type of $e$ is
expected to conform to the type of $x$. If $x$ is a parameterless