We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81ce6c commit 3b3f65cCopy full SHA for 3b3f65c
docs/standard-library/basic-string-class.md
@@ -417,7 +417,7 @@ int main( )
417
<< str1a << "." << endl << endl;
418
419
// The second member function assigning a specific
420
- // number of the characters of a C-string to a string
+ // number of characters of a C-string to a string
421
string str1b;
422
const char *cstr1b = "Out There";
423
cout << "The C-string cstr1b is: " << cstr1b << endl;
0 commit comments