summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2014-09-18 18:25:36 -0700
committerSom Snytt <som.snytt@gmail.com>2014-09-19 09:48:27 -0700
commit92692e6cda4deec9d2fa748fcbe3344a7a4cf947 (patch)
tree617610767d23846e9e7affcf4e35b9279a5e3d1f /spec
parent379dbb0f6aa1d2d1233771a2dccec6c2dc584222 (diff)
downloadscala-92692e6cda4deec9d2fa748fcbe3344a7a4cf947.tar.gz
scala-92692e6cda4deec9d2fa748fcbe3344a7a4cf947.tar.bz2
scala-92692e6cda4deec9d2fa748fcbe3344a7a4cf947.zip
Particular formatting improvement in the spec
Fixes the titularity of the "Overloading resolution" header under 6.26.1 "Value conversions" to match "Type instantiation." Hopefully this makes the link to the actual 6.26.3 overloading resolution section work without further renaming. (Edit: changed the minor heading to say "Static overload resolution", which is sufficiently redundant.) Possibly that is the oftenest-cited section of the entire document. At least on Stack Overflow, if not in Proceedings of the ACM.
Diffstat (limited to 'spec')
-rw-r--r--spec/06-expressions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/06-expressions.md b/spec/06-expressions.md
index e1f8580313..03b8065f4b 100644
--- a/spec/06-expressions.md
+++ b/spec/06-expressions.md
@@ -1336,7 +1336,7 @@ The following five implicit conversions can be applied to an
expression $e$ which has some value type $T$ and which is type-checked with
some expected type $\mathit{pt}$.
-#### Overloading Resolution
+###### Static Overloading Resolution
If an expression denotes several possible members of a class,
[overloading resolution](#overloading-resolution)
is applied to pick a unique member.