Skip to content

Commit b1f3246

Browse files
jwakelytkoeppe
authored andcommitted
Consistent comma after e.g. and i.e. (again)
1 parent 866c8ac commit b1f3246

File tree

9 files changed

+12
-13
lines changed

9 files changed

+12
-13
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@
998998
\begin{note}
999999
Overload resolution can consider potentially conflicting declarations
10001000
found in multiple scopes
1001-
(e.g. via \grammarterm{using-directive}s or for operator functions),
1001+
(e.g., via \grammarterm{using-directive}s or for operator functions),
10021002
in which case it is often ambiguous.
10031003
\end{note}
10041004
\begin{example}

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@
497497
\pnum
498498
\returns
499499
\tcode{distance(c.begin(), c.end())},
500-
i.e. the number of elements in the container.
500+
i.e., the number of elements in the container.
501501

502502
\pnum
503503
\complexity

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6322,7 +6322,7 @@
63226322
is implicitly defined at the point where it is explicitly defaulted; if such a function is implicitly
63236323
defined as deleted, the program is ill-formed.
63246324
A non-user-provided defaulted function
6325-
(i.e. implicitly declared or explicitly defaulted in the class)
6325+
(i.e., implicitly declared or explicitly defaulted in the class)
63266326
that is not defined as deleted is implicitly defined when it is odr-used\iref{basic.def.odr}
63276327
or needed for constant evaluation\iref{expr.const}.
63286328
\begin{note}

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
that does not denote an object of type \cv{}~\keyword{U} within its lifetime,
322322
the behavior is undefined.
323323
\begin{note}
324-
In C, an entire object of structure type can be accessed, e.g. using assignment.
324+
In C, an entire object of structure type can be accessed, e.g., using assignment.
325325
By contrast, \Cpp{} has no notion of accessing an object of class type
326326
through an lvalue of class type.
327327
\end{note}
@@ -7235,7 +7235,7 @@
72357235
\pnum
72367236
\begin{note}
72377237
In contexts where the comma token is given special meaning
7238-
(e.g. function calls\iref{expr.call},
7238+
(e.g., function calls\iref{expr.call},
72397239
subscript expressions\iref{expr.sub},
72407240
lists of initializers\iref{dcl.init},
72417241
or \grammarterm{template-argument-list}{s}\iref{temp.names}),

source/styles.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
\ifvmode\else\par\fi\lst@emptylinepenalty
263263
\vskip\parskip
264264
\vskip\baselineskip
265-
% \lsthk@EveryLine has \lst@parshape, i.e. \parshape, which causes an \hbox
265+
% \lsthk@EveryLine has \lst@parshape, i.e., \parshape, which causes an \hbox
266266
% \lsthk@EveryPar increments line counters; \refstepcounter balloons the PDF
267267
\global\advance\lst@newlines\m@ne
268268
\lst@newlinetrue}

source/support.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,8 +1118,7 @@
11181118
For integer types, specifies the base of the
11191119
representation.
11201120
\begin{footnote}
1121-
Distinguishes types with bases other than 2 (e.g.
1122-
BCD).
1121+
Distinguishes types with bases other than 2 (e.g., BCD).
11231122
\end{footnote}
11241123

11251124
\pnum

source/tables.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
% General Usage: TITLE is the title of the table, XREF is the
6565
% cross-reference for the table. LAYOUT is a sequence of column
66-
% type specifiers (e.g. cp{1.0}c), without '|' for the left edge
66+
% type specifiers (e.g., cp{1.0}c), without '|' for the left edge
6767
% or right edge.
6868

6969
% usage: \begin{floattablebase}{TITLE}{XREF}{LAYOUT}{PLACEMENT}

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2847,7 +2847,7 @@
28472847
\begin{itemize}
28482848
\item
28492849
% Note: "\space" used below because " " inside tcode adds too much whitespace;
2850-
% one could optionally use mathfont inside tcode, e.g. "\tcode{($ $}".
2850+
% one could optionally use mathfont inside tcode, e.g., "\tcode{($ $}".
28512851
\tcode{(}\space
28522852
\tcode{((}$\mathtt{E}_1$
28532853
\placeholder{op} $\mathtt{E}_2$\tcode{)}

source/time.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10561,7 +10561,7 @@
1056110561
to format as a \tcode{weekday}.
1056210562
\end{example}
1056310563
However, if a flag refers to a ``time of day''
10564-
(e.g. \tcode{\%H}, \tcode{\%I}, \tcode{\%p}, etc.),
10564+
(e.g., \tcode{\%H}, \tcode{\%I}, \tcode{\%p}, etc.),
1056510565
then a specialization of \tcode{duration} is interpreted as
1056610566
the time of day elapsed since midnight.
1056710567

@@ -11175,7 +11175,7 @@
1117511175
A \tcode{duration} cannot represent a \tcode{weekday}.
1117611176
\end{example}
1117711177
However, if a flag refers to a ``time of day''
11178-
(e.g. \tcode{\%H}, \tcode{\%I}, \tcode{\%p}, etc.),
11178+
(e.g., \tcode{\%H}, \tcode{\%I}, \tcode{\%p}, etc.),
1117911179
then a specialization of \tcode{duration} is parsed as
1118011180
the time of day elapsed since midnight.
1118111181

@@ -11402,7 +11402,7 @@
1140211402
\tcode{\%y} &
1140311403
The last two decimal digits of the year.
1140411404
If the century is not otherwise specified
11405-
(e.g. with \tcode{\%C}),
11405+
(e.g., with \tcode{\%C}),
1140611406
values in the range \crange{69}{99}
1140711407
are presumed to refer to the years 1969 to 1999,
1140811408
and values in the range \crange{00}{68}

0 commit comments

Comments
 (0)