Skip to content

Commit

Permalink
Merge pull request #20647 from dlang/thewilsonator-patch-1
Browse files Browse the repository at this point in the history
[parse.d] fix documentation for `parseAssignCondition`
  • Loading branch information
dkorpel authored Jan 7, 2025
2 parents b13142d + 6e9b39b commit fdd336a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dmd/parse.d
Original file line number Diff line number Diff line change
Expand Up @@ -5683,7 +5683,7 @@ class Parser(AST, Lexer = dmd.lexer.Lexer) : Lexer
}

/***
* Parse an assignment condition for if or while statements.
* Parse an assignment condition for `if`, `switch` or `while` statements.
*
* Returns:
* The variable that is declared inside the condition
Expand Down

0 comments on commit fdd336a

Please sign in to comment.