diff --git a/doc/string_view.qbk b/doc/string_view.qbk index 330ee39..27edfeb 100644 --- a/doc/string_view.qbk +++ b/doc/string_view.qbk @@ -757,7 +757,7 @@ typedef basic_string_view u8string_view; [section `template std::basic_ostream& operator<<( std::basic_ostream& os, basic_string_view str );`] -* *Effects:* equivalent to `os << x`, where `x` is a pointer to a null-terminated character sequence with the same contents as `*this`. +* *Effects:* equivalent to `os << x`, where `x` is a pointer to a null-terminated character sequence with the same contents as `str`. [endsect]