Skip to content

Commit c95ff03

Browse files
authored
[stmt.if] Add missing comma after conditional clause (#7061)
1 parent fd284f1 commit c95ff03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/statements.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
\indextext{statement!\idxcode{if}}
268268

269269
\pnum
270-
If the condition\iref{stmt.pre} yields \tcode{true} the first
270+
If the condition\iref{stmt.pre} yields \tcode{true}, the first
271271
substatement is executed. If the \keyword{else} part of the selection
272272
statement is present and the condition yields \tcode{false}, the second
273273
substatement is executed. If the first substatement is reached via a

0 commit comments

Comments
 (0)