Skip to content

Commit 6fbc44f

Browse files
author
Stefanus Du Toit
committed
[except.spec] Remove extraneous comma.
1 parent 0a0b0cb commit 6fbc44f

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
@@ -762,7 +762,7 @@
762762
converted to \tcode{bool} (Clause~\ref{conv}). A \grammarterm{noexcept-specification}
763763
\tcode{noexcept} is equivalent to \tcode{noexcept(true)}.
764764
A \tcode{(} token that follows \tcode{noexcept} is part of the
765-
\grammarterm{noexcept-specification}, and does not commence an
765+
\grammarterm{noexcept-specification} and does not commence an
766766
initializer~(\ref{dcl.init}).
767767

768768
\pnum

0 commit comments

Comments
 (0)