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

Commit ee28b3a

Browse files
committed
fix typo
1 parent 15ca0b3 commit ee28b3a

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)