diff --git a/cppformat/format.h b/cppformat/format.h index 76f17952..6f35275b 100644 --- a/cppformat/format.h +++ b/cppformat/format.h @@ -433,7 +433,7 @@ class BasicStringRef { return std::basic_string(data_, size_); } - /** Returns the pointer to a C string. */ + /** Returns a pointer to the string data. */ const Char *data() const { return data_; } /** Returns the string size. */