Skip to content

Commit

Permalink
[re.err,re.alg.match,re.tokiter.incr] Add period at end for consisten…
Browse files Browse the repository at this point in the history
…cy (#7574)
  • Loading branch information
Andreas-Krug authored Jan 18, 2025
1 parent 1775385 commit 93aa7cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/text.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9927,7 +9927,7 @@
%
\tcode{error_brace}
&
The expression contains mismatched \verb|{| and \verb|}| \\ \rowsep
The expression contains mismatched \verb|{| and \verb|}|. \\ \rowsep
%
\tcode{error_badbrace}
&
Expand Down Expand Up @@ -11901,7 +11901,7 @@
\begin{itemdescr}
\pnum
\returns
\tcode{regex_match(str, str + char_traits<charT>::length(str), e, flags)}
\tcode{regex_match(str, str + char_traits<charT>::length(str), e, flags)}.
\end{itemdescr}

\indexlibraryglobal{regex_match}%
Expand Down Expand Up @@ -12768,7 +12768,7 @@

\pnum
\returns
\tcode{*this}
\tcode{*this}.
\end{itemdescr}

\indexlibrarymember{regex_token_iterator}{operator++}%
Expand Down

0 comments on commit 93aa7cb

Please sign in to comment.