Skip to content

Commit 22f3701

Browse files
authored
Merge pull request #2837 from markuslaker/patch-2
Fix a typo
2 parents 18d159a + 525d226 commit 22f3701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/statement.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ $(GNAME ExpressionStatement):
197197
$(P The expression is evaluated.)
198198

199199
$(P Expressions that have no effect, like $(D (x + x)),
200-
are illegal as expression statements unless the are cast
200+
are illegal as expression statements unless they are cast
201201
to $(D_KEYWORD void).)
202202

203203
----

0 commit comments

Comments
 (0)