Skip to content

Commit f6205cb

Browse files
Eelistkoeppe
authored andcommitted
[re, over.match.viable] Remove bad space before full stop. (#4138)
1 parent a424ceb commit f6205cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/overloading.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1885,7 +1885,7 @@
18851885
viable only if it has an ellipsis in its parameter list\iref{dcl.fct}.
18861886
For the purposes of overload resolution,
18871887
any argument for which there is no corresponding parameter is
1888-
considered to ``match the ellipsis''\iref{over.ics.ellipsis} .
1888+
considered to ``match the ellipsis''\iref{over.ics.ellipsis}.
18891889
\item
18901890
A candidate function having more than
18911891
\textit{m}

source/regex.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
\tcode{X::length(p)}
160160
& \tcode{size_t}
161161
& Yields the smallest \tcode{i} such that \tcode{p[i] == 0}. Complexity is
162-
linear in \tcode{i} .
162+
linear in \tcode{i}.
163163
\\ \rowsep
164164
\tcode{v.translate(c)}
165165
& \tcode{X::char_type}
@@ -2841,7 +2841,7 @@
28412841
&
28422842
For all integers \tcode{0 < n < m.size()}, the end of the sequence that matched
28432843
sub-expression \tcode{n}. Alternatively, if sub-expression \tcode{n} did not
2844-
participate in the match, then \tcode{last} .
2844+
participate in the match, then \tcode{last}.
28452845
\\ \rowsep
28462846
\tcode{m[n].matched}
28472847
&

0 commit comments

Comments
 (0)