Skip to content

Commit 3b3f65c

Browse files
TylerMSFTCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent a81ce6c commit 3b3f65c

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
@@ -417,7 +417,7 @@ int main( )
417417
<< str1a << "." << endl << endl;
418418
419419
// The second member function assigning a specific
420-
// number of the characters of a C-string to a string
420+
// number of characters of a C-string to a string
421421
string str1b;
422422
const char *cstr1b = "Out There";
423423
cout << "The C-string cstr1b is: " << cstr1b << endl;

0 commit comments

Comments
 (0)