Skip to content

Commit 935cbe8

Browse files
author
Matthew Sebolt
authored
Update string.md
1 parent d03c8b4 commit 935cbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The C++ language and the C++ Standard Library support two types of strings:
6969

7070
|Function|Description|
7171
|-|-|
72-
|[`getline` Template](../standard-library/string-functions.md#getline)|Extract `string` from the input stream line by line.|
72+
|[`getline` Template](../standard-library/string-functions.md#getline)|Extract a `string`, line by line, from the input stream.|
7373

7474
### Classes
7575

0 commit comments

Comments
 (0)