From 7f8c3191ff2ccd6df4cf4863bae64daf674cdb35 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Thu, 16 Jul 2026 08:29:43 +0200 Subject: [PATCH] [mdspan.copy] Fix singular/plural mismatch --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index 586663f900..a9babc47ee 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -26881,7 +26881,7 @@ \constraints \begin{itemize} \item -\tcode{Dst} is a specializations of \tcode{mdspan}, and +\tcode{Dst} is a specialization of \tcode{mdspan}, and \item \tcode{is_assignable_v} is \tcode{true}. \end{itemize}