From 609d7ae8a093e5cce150d31a36da33eeb4812679 Mon Sep 17 00:00:00 2001 From: Rageking8 <106309953+Rageking8@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:46:12 +0800 Subject: [PATCH] [string.replace] Add missing space --- source/strings.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}