Skip to content

Commit 32efa78

Browse files
Eeliszygoloid
authored andcommitted
[re, over.match.viable] Remove bad space before full stop. (#4138)
1 parent c855117 commit 32efa78

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
@@ -1891,7 +1891,7 @@
18911891
viable only if it has an ellipsis in its parameter list\iref{dcl.fct}.
18921892
For the purposes of overload resolution,
18931893
any argument for which there is no corresponding parameter is
1894-
considered to ``match the ellipsis''\iref{over.ics.ellipsis} .
1894+
considered to ``match the ellipsis''\iref{over.ics.ellipsis}.
18951895
\item
18961896
A candidate function having more than
18971897
\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}
@@ -2849,7 +2849,7 @@
28492849
&
28502850
For all integers \tcode{0 < n < m.size()}, the end of the sequence that matched
28512851
sub-expression \tcode{n}. Alternatively, if sub-expression \tcode{n} did not
2852-
participate in the match, then \tcode{last} .
2852+
participate in the match, then \tcode{last}.
28532853
\\ \rowsep
28542854
\tcode{m[n].matched}
28552855
&

0 commit comments

Comments
 (0)