Skip to content

Commit 48f9002

Browse files
Eisenwavejensmaurer
authored andcommitted
[stmt.while] Add comma after introductory phrase
1 parent b815a46 commit 48f9002

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
@@ -550,7 +550,7 @@
550550
\indextext{statement!\idxcode{while}}
551551

552552
\pnum
553-
In the \keyword{while} statement the substatement is executed repeatedly
553+
In the \keyword{while} statement, the substatement is executed repeatedly
554554
until the value of the condition\iref{stmt.pre} becomes
555555
\tcode{false}. The test takes place before each execution of the
556556
substatement.

0 commit comments

Comments
 (0)