diff --git a/source/strings.tex b/source/strings.tex index 063bfc211e..c328e32391 100644 --- a/source/strings.tex +++ b/source/strings.tex @@ -4902,7 +4902,7 @@ whose \tcode{value_type} is the template parameter \tcode{charT}. \pnum -For a \tcode{basic_string_view str}, any operation that invalidates a pointer in the range \range{str.data()}{str.data() + str.size()} invalidates pointers, iterators, and references returned from \tcode{str}'s methods. +For a \tcode{basic_string_view str}, any operation that invalidates a pointer in the range \range{str.data()}{str.data() + str.size()} invalidates pointers, iterators, and references returned from \tcode{str}'s member functions. \pnum All requirements on container iterators (\ref{container.requirements}) apply to \tcode{basic_string_view::const_iterator} as well. diff --git a/source/utilities.tex b/source/utilities.tex index 07c7c1073f..e877b1d0bf 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -11444,7 +11444,7 @@ \begin{itemdescr} \pnum \begin{note} -This method and the \tcode{construct} methods that follow +This member function and the \tcode{construct} member functions that follow are overloads for piecewise construction of pairs~(\ref{pairs.pair}). \end{note}