Skip to content

Commit 2aeacf6

Browse files
authored
Update how-to-convert-between-various-string-types.md
1 parent a717953 commit 2aeacf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,8 @@ if (ccombstr.Append(_T(" (CComBSTR)")) == S_OK)
538538
// Convert to a wide character CComBSTR string from
539539
// a wide character CStringW string.
540540
CComBSTR ccombstrw(origw);
541-
// Append the type of string to it, and display the result.
542541
542+
// Append the type of string to it, and display the result.
543543
if (ccombstrw.Append(_T(" (CComBSTR)")) == S_OK)
544544
{
545545
CW2A printstrw(ccombstrw);

0 commit comments

Comments
 (0)