summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorkenji yoshida <6b656e6a69@gmail.com>2015-05-28 00:27:39 +0900
committerkenji yoshida <6b656e6a69@gmail.com>2015-05-28 00:27:39 +0900
commitee28b3a917b619ed139c0b079122d6250f8b43a2 (patch)
tree662f3baeefc734e9e29478548a350d15568e3db7 /spec
parent15ca0b31afecfa24686c7a650f550ba5fcac1f03 (diff)
downloadscala-ee28b3a917b619ed139c0b079122d6250f8b43a2.tar.gz
scala-ee28b3a917b619ed139c0b079122d6250f8b43a2.tar.bz2
scala-ee28b3a917b619ed139c0b079122d6250f8b43a2.zip
fix typo
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 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