From 80d288b146579761028a9e6fcc0b1a8a7bfe5f5b Mon Sep 17 00:00:00 2001 From: vitaut Date: Thu, 11 Feb 2016 07:25:00 -0800 Subject: [PATCH] Correct comment --- cppformat/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */