summaryrefslogtreecommitdiff
path: root/06-basic-declarations-and-definitions.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 /06-basic-declarations-and-definitions.md
parent453625e75b527e78b7a34891df849f0118e6043c (diff)
downloadscala-9c757bb06a6500df8ebcabfd45a53b2572cca1d6.tar.gz
scala-9c757bb06a6500df8ebcabfd45a53b2572cca1d6.tar.bz2
scala-9c757bb06a6500df8ebcabfd45a53b2572cca1d6.zip
fix some links
Diffstat (limited to '06-basic-declarations-and-definitions.md')
-rw-r--r--06-basic-declarations-and-definitions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/06-basic-declarations-and-definitions.md b/06-basic-declarations-and-definitions.md
index 175a5c71f0..6f3af4b590 100644
--- a/06-basic-declarations-and-definitions.md
+++ b/06-basic-declarations-and-definitions.md
@@ -617,7 +617,7 @@ followed by zero or more value parameter clauses
introduces a value with a (possibly polymorphic) method type whose
parameter types and result type are as given.
-The type of the function body is expected to [conform](#expr-typing)
+The type of the function body is expected to [conform](#expression-typing)
to the function's declared
result type, if one is given. If the function definition is not
recursive, the result type may be omitted, in which case it is