summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2016-09-05 07:57:45 +0200
committerGitHub <noreply@github.com>2016-09-05 07:57:45 +0200
commit3d49999bb6392283f78b85c4dc1380b2c3b03890 (patch)
tree05f0ce1ccde4134f5cffb1e0b556f298f2b53d25 /spec
parent04c7fae7b886e19d2006ab3146db3a8fc92c9bcd (diff)
downloadscala-3d49999bb6392283f78b85c4dc1380b2c3b03890.tar.gz
scala-3d49999bb6392283f78b85c4dc1380b2c3b03890.tar.bz2
scala-3d49999bb6392283f78b85c4dc1380b2c3b03890.zip
Spec typo: hide source comment in rendered version
Diffstat (limited to 'spec')
-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