Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit b5c8f40

Browse files
committed
Merge pull request scala#4528 from xuwei-k/patch-2
fix typo
2 parents 3ae3e9f + ee28b3a commit b5c8f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/06-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ In the latter case, the concrete self type of the expression is the
512512
compound type `$T$ with $x$.type`.
513513

514514
The expression is evaluated by creating a fresh
515-
object of type $T$ which is is initialized by evaluating $c$. The
515+
object of type $T$ which is initialized by evaluating $c$. The
516516
type of the expression is $T$.
517517

518518
A general instance creation expression is of the form

0 commit comments

Comments
 (0)