summaryrefslogtreecommitdiff
path: root/doc/reference/ReferencePart.tex
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2005-08-02 07:37:01 +0000
committermihaylov <mihaylov@epfl.ch>2005-08-02 07:37:01 +0000
commitdfd98cb40a0184978da59a88a84f5a018a2308cd (patch)
tree2e5b7028aebbc27c22015cb0112e60ad8a498d8f /doc/reference/ReferencePart.tex
parentf833e14198423ee9a90c3004d3169f4628ec30cf (diff)
downloadscala-dfd98cb40a0184978da59a88a84f5a018a2308cd.tar.gz
scala-dfd98cb40a0184978da59a88a84f5a018a2308cd.tar.bz2
scala-dfd98cb40a0184978da59a88a84f5a018a2308cd.zip
Fixed as noted in bug contributions #79 and #80
Diffstat (limited to 'doc/reference/ReferencePart.tex')
-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 0887f72917..fcc2c4820f 100644
--- a/doc/reference/ReferencePart.tex
+++ b/doc/reference/ReferencePart.tex
@@ -1429,7 +1429,7 @@ function. That is, the argument is evaluated using {\em call-by-name}.
\begin{lstlisting}
def whileLoop (cond: => Boolean) (stat: => Unit): Unit
\end{lstlisting}
-indicates that both parameters of \code{while} are evaluated using
+indicates that both parameters of \code{whileLoop} are evaluated using
call-by-name.
The last value parameter of a parameter section may be suffixed by