Skip to content

Commit 5e9e517

Browse files
danielzunckedlang-bot
authored andcommitted
Fix typo
Missing space, see 11.7.3 https://dlang.org/spec/statement.html#if-statement
1 parent 736182f commit 5e9e517

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
@@ -258,7 +258,7 @@ $(GNAME ElseStatement):
258258
$(I ThenStatement) is transferred to, else the $(I ElseStatement)
259259
is transferred to.)
260260

261-
$(P The $(I ElseStatement)is associated with the innermost if
261+
$(P The $(I ElseStatement) is associated with the innermost if
262262
statement which does not already have an associated $(I ElseStatement).)
263263

264264
$(P If an $(D auto) $(I Identifier) is provided, it is declared and

0 commit comments

Comments
 (0)