summaryrefslogtreecommitdiff
path: root/05-types.md
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-03-13 16:53:31 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-03-13 16:53:31 -0700
commit9c757bb06a6500df8ebcabfd45a53b2572cca1d6 (patch)
treea6dbb56a0d07e438ce4821c0a5780836b7dd718f /05-types.md
parent453625e75b527e78b7a34891df849f0118e6043c (diff)
downloadscala-9c757bb06a6500df8ebcabfd45a53b2572cca1d6.tar.gz
scala-9c757bb06a6500df8ebcabfd45a53b2572cca1d6.tar.bz2
scala-9c757bb06a6500df8ebcabfd45a53b2572cca1d6.zip
fix some links
Diffstat (limited to '05-types.md')
-rw-r--r--05-types.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/05-types.md b/05-types.md
index d1d2609797..3ffe103db2 100644
--- a/05-types.md
+++ b/05-types.md
@@ -644,7 +644,7 @@ union : [A >: Nothing <: Comparable[A]] (x: Set[A], xs: Set[A]) Set[A] .
A type constructor is represented internally much like a polymorphic method type.
`[$\pm$ $a_1$ >: $L_1$ <: $U_1 , \ldots , \pm a_n$ >: $L_n$ <: $U_n$] $T$`
represents a type that is expected by a
-[type constructor parameter](#type-params) or an
+[type constructor parameter](#type-parameters) or an
[abstract type constructor binding](#type-declarations-and-type-aliases) with
the corresponding type parameter clause.