Skip to content

Commit

Permalink
[stmt.if] Add missing comma after conditional clause
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenwave authored Jun 12, 2024
1 parent fd284f1 commit b2c509e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/statements.tex
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
\indextext{statement!\idxcode{if}}

\pnum
If the condition\iref{stmt.pre} yields \tcode{true} the first
If the condition\iref{stmt.pre} yields \tcode{true}, the first
substatement is executed. If the \keyword{else} part of the selection
statement is present and the condition yields \tcode{false}, the second
substatement is executed. If the first substatement is reached via a
Expand Down

0 comments on commit b2c509e

Please sign in to comment.