Skip to content

Commit 42aa731

Browse files
authored
[except.pre] Add \grammarterm for ctor-initializer in comment (#8726)
1 parent c44f7ff commit 42aa731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exceptions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
try : i(f(ii)), d(id) {
178178
// constructor statements
179179
} catch (...) {
180-
// handles exceptions thrown from the ctor-initializer and from the constructor statements
180+
// handles exceptions thrown from the \grammarterm{ctor-initializer} and from the constructor statements
181181
}
182182
\end{codeblock}
183183
\end{example}

0 commit comments

Comments
 (0)