Skip to content

Commit 61e6eab

Browse files
committed
[stmt.for] Dehyphenate for-statement; there is no such grammar term.
1 parent cca7c26 commit 61e6eab

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
@@ -498,7 +498,7 @@
498498
\indextext{statement!declaration~in \tcode{for}}%
499499
\indextext{\idxcode{for}!scope~of declaration~in}%
500500
If the \grammarterm{for-init-statement} is a declaration, the scope of the
501-
name(s) declared extends to the end of the \grammarterm{for-statement}.
501+
name(s) declared extends to the end of the \tcode{for} statement.
502502
\enterexample
503503

504504
\begin{codeblock}

0 commit comments

Comments
 (0)