summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2005-08-08 11:37:46 +0000
committermihaylov <mihaylov@epfl.ch>2005-08-08 11:37:46 +0000
commit80a2ef51f1927baa8cbb69c560477a8deccf6848 (patch)
treee2892cf3cf491ed4824e023497c5e4a33bd90613 /doc
parent56b6b545ddc4ec454b7513d37f2e7ff56cd2997c (diff)
downloadscala-80a2ef51f1927baa8cbb69c560477a8deccf6848.tar.gz
scala-80a2ef51f1927baa8cbb69c560477a8deccf6848.tar.bz2
scala-80a2ef51f1927baa8cbb69c560477a8deccf6848.zip
*** empty log message ***
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 3ec303df14..57c8ac9c0a 100644
--- a/doc/reference/ReferencePart.tex
+++ b/doc/reference/ReferencePart.tex
@@ -820,7 +820,7 @@ impossible to detect, a Scala compiler is free to reject a term
which has a type specified as a least upper or greatest lower bound,
and that bound would be more complex than some compiler-set
limit\footnote{The current Scala compiler limits the nesting level
-of parameterization in a such bounds to 10.}.
+of parameterization in such bounds to 10.}.
\section{Type Erasure}
\label{sec:erasure}