From 0907cff088892fb7b312c76aca735ee4a588d631 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sun, 14 Dec 2025 22:21:01 +0100 Subject: [PATCH] [mdspan.sub.extents] Fix typo --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index b3c93f21aa..ac0a953d19 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -25828,7 +25828,7 @@ \begin{itemdescr} \pnum -Let \tcode{slices} be the pack intoduced by the following declaration: +Let \tcode{slices} be the pack introduced by the following declaration: \begin{codeblock} auto [...slices] = submdspan_canonicalize_slices(src, raw_slices...); \end{codeblock}