summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2015-05-28 12:17:08 +0200
committerLukas Rytz <lukas.rytz@typesafe.com>2015-05-28 12:17:08 +0200
commitb5c8f40f724e6f9d2eefc9933fb59c124b741df0 (patch)
tree18f072a75373ff622f05685e760a06685f7d16f1
parent3ae3e9f086f88054102aa3b88bc18350d85edd1f (diff)
parentee28b3a917b619ed139c0b079122d6250f8b43a2 (diff)
downloadscala-b5c8f40f724e6f9d2eefc9933fb59c124b741df0.tar.gz
scala-b5c8f40f724e6f9d2eefc9933fb59c124b741df0.tar.bz2
scala-b5c8f40f724e6f9d2eefc9933fb59c124b741df0.zip
Merge pull request #4528 from xuwei-k/patch-2
fix typo
-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 da9e21f267..85e288bf5f 100644
--- a/spec/06-expressions.md
+++ b/spec/06-expressions.md
@@ -512,7 +512,7 @@ In the latter case, the concrete self type of the expression is the
compound type `$T$ with $x$.type`.
The expression is evaluated by creating a fresh
-object of type $T$ which is is initialized by evaluating $c$. The
+object of type $T$ which is initialized by evaluating $c$. The
type of the expression is $T$.
A general instance creation expression is of the form