Skip to content

Commit 9099ef8

Browse files
committed
[stmt.ranged] Change italics to grammarterm.
1 parent 4938a49 commit 9099ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/statements.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,8 @@
548548
__end = end-expr;
549549
__begin != __end;
550550
++__begin ) {
551-
@\textit{for-range-declaration}@ = *__begin;
552-
@\textit{statement}@
551+
@\grammarterm{for-range-declaration}@ = *__begin;
552+
@\grammarterm{statement}@
553553
}
554554
}
555555
\end{codeblock}

0 commit comments

Comments
 (0)