summaryrefslogtreecommitdiff
path: root/10-pattern-matching.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 /10-pattern-matching.md
parent453625e75b527e78b7a34891df849f0118e6043c (diff)
downloadscala-9c757bb06a6500df8ebcabfd45a53b2572cca1d6.tar.gz
scala-9c757bb06a6500df8ebcabfd45a53b2572cca1d6.tar.bz2
scala-9c757bb06a6500df8ebcabfd45a53b2572cca1d6.zip
fix some links
Diffstat (limited to '10-pattern-matching.md')
-rw-r--r--10-pattern-matching.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/10-pattern-matching.md b/10-pattern-matching.md
index 1e214a6e36..c9c4a733c2 100644
--- a/10-pattern-matching.md
+++ b/10-pattern-matching.md
@@ -214,7 +214,7 @@ the following applies:
An `unapplySeq` method in an object $x$ matches the pattern
$x(q_1 , \ldots , q_m, p_1 , \ldots , p_n)$ if it takes exactly one argument
and its result type is of the form `Option[($T_1 , \ldots , T_m$, Seq[S])]` (if `m = 0`, the type `Option[Seq[S]]` is also accepted).
-This case is further discussed [below](#pattern-seqs).
+This case is further discussed [below](#pattern-sequences).
###### Example
The `Predef` object contains a definition of an