From e02c33370680a86afa4fe998c7097c4482a88a54 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 11 Oct 2021 02:09:45 +0300 Subject: [PATCH] Update string_view.qbk --- doc/string_view.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]