mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-03 06:41:03 +00:00
Correct comment
This commit is contained in:
parent
6500f161f7
commit
80d288b146
@ -433,7 +433,7 @@ class BasicStringRef {
|
||||
return std::basic_string<Char>(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. */
|
||||
|
Loading…
Reference in New Issue
Block a user