Skip to content

Commit 8e7769b

Browse files
authored
Update basic-string-class.md
1 parent 8c128c6 commit 8e7769b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/basic-string-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ The copied characters array2 is: World
15421542

15431543
## <a name="data"></a> basic_string::data
15441544

1545-
Converts the contents of a string into an array of characters.
1545+
Converts the contents of a string into a null-terminated array of characters.
15461546

15471547
```cpp
15481548
const value_type *data() const;

0 commit comments

Comments
 (0)