Skip to content

Commit 5edf999

Browse files
Eelistkoeppe
authored andcommitted
[support.runtime, list.ops] Move non-code punctuation out of \tcode. (#1593)
1 parent d9e092e commit 5edf999

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5003,7 +5003,7 @@
50035003
\pnum
50045004
\effects
50055005
Erases all the elements in the list referred by a list iterator \tcode{i} for which the
5006-
following conditions hold: \tcode{*i == value, pred(*i) != false}.
5006+
following conditions hold: \tcode{*i == value}, \tcode{pred(*i) != false}.
50075007
Invalidates only the iterators and references to the erased elements.
50085008

50095009
\pnum

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3729,7 +3729,7 @@
37293729
\tcode{<csignal>} (signal handling),
37303730
\tcode{<cstdarg>} (variable arguments),
37313731
and
3732-
\tcode{<cstdlib>} (runtime environment \tcode{getenv, system}),
3732+
\tcode{<cstdlib>} (runtime environment \tcode{getenv}, \tcode{system}),
37333733
provide further compatibility with C code.
37343734

37353735
\pnum

0 commit comments

Comments
 (0)