diff --git a/source/containers.tex b/source/containers.tex index 337685a058..cb5ce07b8d 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -22117,7 +22117,7 @@ \begin{itemize} \item If \tcode{extents_type::rank() > 1} is \tcode{true}, -then \tcode{other.stride(1)} equals \tcode{other.extents(0)}. +then \tcode{other.stride(1)} equals \tcode{other.extents().extent(0)}. \item \tcode{other.required_span_size()} is representable as a value of type \tcode{index_type}.