Skip to content

Commit 001a201

Browse files
committed
[dcl.attr.contract] Fix typeface of std::terminate in comment.
1 parent 913c83a commit 001a201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4322,7 +4322,7 @@
43224322
void f(int x) noexcept [[expects: x > 0]];
43234323

43244324
void g() {
4325-
f(0); // std::terminate() if violation handler throws
4325+
f(0); // \tcode{std::terminate()} if violation handler throws
43264326
@\commentellip@
43274327
}
43284328
\end{codeblock}

0 commit comments

Comments
 (0)