Skip to content

Commit d56d7c4

Browse files
authored
[string.replace] Add missing space (#8170)
1 parent d13a034 commit d56d7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/strings.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4105,7 +4105,7 @@
41054105
\begin{itemize}
41064106
\item \tcode{out_of_range} if \tcode{pos1 > size()},
41074107
\item \tcode{length_error} if the length of the resulting string
4108-
would exceed\tcode{max_size()}, or
4108+
would exceed \tcode{max_size()}, or
41094109
\item any exceptions thrown by \tcode{allocator_traits<Allocator>::allocate.}
41104110
\end{itemize}
41114111
\end{itemdescr}

0 commit comments

Comments
 (0)