summaryrefslogtreecommitdiff
path: root/doc/reference/ReferencePart.tex
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2004-07-02 12:18:44 +0000
committerMartin Odersky <odersky@gmail.com>2004-07-02 12:18:44 +0000
commit6eab12dda6edcc21726e771fdf32cdf3275ec9b6 (patch)
tree337ab8943510d8615042c1c601496cdc9b224967 /doc/reference/ReferencePart.tex
parent45541e41cb9a6d456902240898e3efb9661d4372 (diff)
downloadscala-6eab12dda6edcc21726e771fdf32cdf3275ec9b6.tar.gz
scala-6eab12dda6edcc21726e771fdf32cdf3275ec9b6.tar.bz2
scala-6eab12dda6edcc21726e771fdf32cdf3275ec9b6.zip
*** empty log message ***
Diffstat (limited to 'doc/reference/ReferencePart.tex')
-rw-r--r--doc/reference/ReferencePart.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/ReferencePart.tex b/doc/reference/ReferencePart.tex
index 4c29bd1a74..79b4cdf146 100644
--- a/doc/reference/ReferencePart.tex
+++ b/doc/reference/ReferencePart.tex
@@ -513,12 +513,12 @@ c: (Int) (String, String) String
A polymorphic method type is denoted internally as ~\lstinline@[$\tps\,$]$T$@~ where
\lstinline@[$\tps\,$]@ is a type parameter section
-~\lstinline@[$a_1$ <: $L_1$ >: $U_1 \commadots a_n$ <: $L_n$ >: $U_n$]@~
+~\lstinline@[$a_1$ >: $L_1$ <: $U_1 \commadots a_n$ >: $L_n$ <: $U_n$]@~
for some $n \geq 0$ and $T$ is a
(value or method) type. This type represents named methods that
take type arguments ~\lstinline@$S_1 \commadots S_n$@~ which
conform (\sref{sec:param-types}) to the lower bounds
-~\lstinline@$S_1 \commadots S_n$@~ and the upper bounds
+~\lstinline@$L_1 \commadots L_n$@~ and the upper bounds
~\lstinline@$U_1 \commadots U_n$@~ and that yield results of type $T$.
\example The declarations