Skip to content

Commit 9ab1452

Browse files
committed
Fix typeface.
1 parent 13872e0 commit 9ab1452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/diagnostics.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@
15991599
\pnum
16001600
\postconditions \tcode{code() == ec}.
16011601

1602-
string(what()).find(what_arg) != string::npos.
1602+
\tcode{string(what()).find(what_arg) != string::npos}.
16031603
\end{itemdescr}
16041604

16051605
\indexlibrary{\idxcode{system_error}!\idxcode{system_error}}
@@ -1663,7 +1663,7 @@
16631663
\pnum
16641664
\postconditions \tcode{code() == error_code(ev, ecat)}.
16651665

1666-
string(what()).find(what_arg) != string::npos.
1666+
\tcode{string(what()).find(what_arg) != string::npos}.
16671667
\end{itemdescr}
16681668

16691669
\indexlibrary{\idxcode{system_error}!\idxcode{system_error}}

0 commit comments

Comments
 (0)