summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-09-06 13:05:31 -0700
committerGitHub <noreply@github.com>2016-09-06 13:05:31 -0700
commit72f1f3fd5068fb54a66dfe1d4b55bcee57b8aaa4 (patch)
tree934dcd01d8893d8d17aa1ec67babd5e380af3be0
parent4fa4b8302bffb2f35cfdaa6015ada5f8e047564d (diff)
parent3d49999bb6392283f78b85c4dc1380b2c3b03890 (diff)
downloadscala-72f1f3fd5068fb54a66dfe1d4b55bcee57b8aaa4.tar.gz
scala-72f1f3fd5068fb54a66dfe1d4b55bcee57b8aaa4.tar.bz2
scala-72f1f3fd5068fb54a66dfe1d4b55bcee57b8aaa4.zip
Merge pull request #5375 from scala/spec-typo
Spec typo: hide source comment in rendered version
-rw-r--r--spec/06-expressions.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/06-expressions.md b/spec/06-expressions.md
index 9df9249373..2b238d149a 100644
--- a/spec/06-expressions.md
+++ b/spec/06-expressions.md
@@ -175,7 +175,9 @@ in the least proper supertype of the innermost template containing the
reference. It evaluates to the member $m'$ in the actual supertype of
that template which is equal to $m$ or which overrides $m$. The
statically referenced member $m$ must be a type or a
-method. <!-- explanation: so that we need not create several fields for overriding vals -->
+method.
+
+<!-- explanation: so that we need not create several fields for overriding vals -->
If it is
a method, it must be concrete, or the template