We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd284f1 commit c95ff03Copy full SHA for c95ff03
source/statements.tex
@@ -267,7 +267,7 @@
267
\indextext{statement!\idxcode{if}}
268
269
\pnum
270
-If the condition\iref{stmt.pre} yields \tcode{true} the first
+If the condition\iref{stmt.pre} yields \tcode{true}, the first
271
substatement is executed. If the \keyword{else} part of the selection
272
statement is present and the condition yields \tcode{false}, the second
273
substatement is executed. If the first substatement is reached via a
0 commit comments