Skip to content

Commit 694c198

Browse files
TylerMSFTTylerMSFT
authored andcommitted
going for 100% acrolinx
1 parent d18caaa commit 694c198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ helpviewer_keywords: ["converting string types", "string conversion [C++]", "str
77
---
88
# How to: Convert between various string types
99

10-
This topic shows how to convert various Visual C++ string types into other strings.
10+
This article shows how to convert various Visual C++ string types into other strings.
1111

1212
The strings types that are covered include `char *`, `wchar_t*`, [`_bstr_t`](../cpp/bstr-t-class.md), [`CComBSTR`](../atl/reference/ccombstr-class.md), [`CString`](../atl-mfc-shared/using-cstring.md), [`basic_string`](../standard-library/basic-string-class.md), and <xref:System.String?displayProperty=fullName>.
1313

0 commit comments

Comments
 (0)