diff --git a/source/ranges.tex b/source/ranges.tex index 8de263c0c4..8dd13d0594 100644 --- a/source/ranges.tex +++ b/source/ranges.tex @@ -15835,11 +15835,11 @@ Initializes \exposid{coroutine_} with \tcode{exchange(other.\exposid{coroutine_}, \{\})} and \exposid{active_} with -\tcode{exchange(\brk{}other.active_, nullptr)}. +\tcode{std::move(\brk{}other.active_)}. \pnum \begin{note} -Iterators previously obtained from \tcode{other} are not invalidated; +Iterators previously into \tcode{other} are not invalidated; they become iterators into \tcode{*this}. \end{note} \end{itemdescr} @@ -15889,7 +15889,7 @@ \pnum \begin{note} -Iterators previously obtained from \tcode{other} are not invalidated; +Iterators previously into \tcode{other} are not invalidated; they become iterators into \tcode{*this}. \end{note} \end{itemdescr}