diff --git a/source/strings.tex b/source/strings.tex index cc13d13f95..5a93b51d1a 100644 --- a/source/strings.tex +++ b/source/strings.tex @@ -4105,7 +4105,7 @@ \begin{itemize} \item \tcode{out_of_range} if \tcode{pos1 > size()}, \item \tcode{length_error} if the length of the resulting string -would exceed\tcode{max_size()}, or +would exceed \tcode{max_size()}, or \item any exceptions thrown by \tcode{allocator_traits::allocate.} \end{itemize} \end{itemdescr}