Skip to content

Commit f44d631

Browse files
Axel RicardWebFreak001
Axel Ricard
authored andcommitted
fix whileStatement documentation
1 parent ddddc86 commit f44d631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dparse/parser.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8226,7 +8226,7 @@ class Parser
82268226
* Parses a WhileStatement
82278227
*
82288228
* $(GRAMMAR $(RULEDEF whileStatement):
8229-
* $(LITERAL 'while') $(LITERAL '$(LPAREN)') $(RULE expression) $(LITERAL '$(RPAREN)') $(RULE declarationOrStatement)
8229+
* $(LITERAL 'while') $(LITERAL '$(LPAREN)') $(RULE ifCondition) $(LITERAL '$(RPAREN)') $(RULE declarationOrStatement)
82308230
* ;)
82318231
*/
82328232
WhileStatement parseWhileStatement()

0 commit comments

Comments
 (0)