Skip to content

Commit 7835ef4

Browse files
authored
Update statement.dd
1 parent 9bd20fa commit 7835ef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/statement.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ $(GNAME WhileStatement):
303303

304304
$(P A $(I While Statement) implements a simple loop.)
305305

306-
$(P If the $(IfCondition) is an $(EXPRESSION), it is evaluated and must have a type
306+
$(P If the $(GLINK IfCondition) is an $(EXPRESSION), it is evaluated and must have a type
307307
that can be converted to a boolean. If it's true the $(PSSCOPE) is executed.
308308
After the $(PSSCOPE) is executed, the $(EXPRESSION) is evaluated again, and
309309
if true the $(PSSCOPE) is executed again. This continues until the $(EXPRESSION)
@@ -333,7 +333,7 @@ initialized to the end of the $(PSSCOPE).)
333333

334334
$(P A $(GLINK BreakStatement) will exit the loop.)
335335

336-
$(P A $(GLINK ContinueStatement) will transfer directly to evaluating $(IfCondition) again.)
336+
$(P A $(GLINK ContinueStatement) will transfer directly to evaluating $(GLINK IfCondition) again.)
337337

338338
$(H2 $(LEGACY_LNAME2 DoStatement, do-statement, Do Statement))
339339

0 commit comments

Comments
 (0)