Skip to content

Commit d26c11c

Browse files
authored
Merge pull request MicrosoftDocs#658 from drvoss/patch-21
Update how-to-convert-between-various-string-types.md
2 parents f65ed95 + 8ed0a97 commit d26c11c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/text/how-to-convert-between-various-string-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ int main()
7474
cout << printstr << endl;
7575
}
7676

77-
// Convert the C style string to a CstringA and display it.
77+
// Convert the C style string to a CStringA and display it.
7878
CStringA cstringa(orig);
7979
cstringa += " (CStringA)";
8080
cout << cstringa << endl;
@@ -807,4 +807,4 @@ Hello, World! (basic_string)
807807
[wcstombs_s, _wcstombs_s_l](../c-runtime-library/reference/wcstombs-s-wcstombs-s-l.md)<br/>
808808
[strcpy_s, wcscpy_s, _mbscpy_s](../c-runtime-library/reference/strcpy-s-wcscpy-s-mbscpy-s.md)<br/>
809809
[strcat_s, wcscat_s, _mbscat_s](../c-runtime-library/reference/strcat-s-wcscat-s-mbscat-s.md)<br/>
810-
[pin_ptr (C++/CLI)](../windows/pin-ptr-cpp-cli.md)
810+
[pin_ptr (C++/CLI)](../windows/pin-ptr-cpp-cli.md)

0 commit comments

Comments
 (0)