Skip to content

Commit 03b2080

Browse files
committed
[container.reqmts] Prevent semicolon font from altering semantics
1 parent 9198761 commit 03b2080

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/containers.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@
333333
\begin{itemdescr}
334334
\pnum
335335
\result
336-
\tcode{iterator};
337-
\tcode{const_iterator} for constant \tcode{b}.
336+
\tcode{const_iterator} if \tcode{b} is constant;
337+
\tcode{iterator} otherwise.
338338

339339
\pnum
340340
\returns
@@ -353,8 +353,8 @@
353353
\begin{itemdescr}
354354
\pnum
355355
\result
356-
\tcode{iterator};
357-
\tcode{const_iterator} for constant \tcode{b}.
356+
\tcode{const_iterator} if \tcode{b} is constant;
357+
\tcode{iterator} otherwise.
358358

359359
\pnum
360360
\returns

0 commit comments

Comments
 (0)