Skip to content

Commit 5198541

Browse files
authored
Update statement.dd
1 parent 97e9aac commit 5198541

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
@@ -320,9 +320,9 @@ while (i < 10)
320320
$(P A $(GLINK BreakStatement) will exit the loop.)
321321

322322
$(P A $(GLINK ContinueStatement) will transfer directly to evaluating $(EXPRESSION) again.)
323-
323+
324324
$(P A $(I While Statement) is equivalent to:)
325-
325+
326326
---
327327
for (; Expression; ) ScopeStatement
328328
---

0 commit comments

Comments
 (0)