Skip to content

Commit 3562ea9

Browse files
authored
Merge pull request #19 from natenovielli/string_operator_plus
String::operator+ summary is incorrectly describing String::operator==
2 parents ec82b88 + e539ac7 commit 3562ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cppcx/platform-string-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ int len = str->Length(); //len = 5
301301
302302
303303
## <a name="operator-plus"></a> String::operator+ Operator
304-
Indicates whether two specifed [String](../cppcx/platform-string-class.md) objects have the same value.
304+
Concatenates two [String](../cppcx/platform-string-class.md) objects into a new [String](../cppcx/platform-string-class.md) object.
305305
306306
### Syntax
307307

0 commit comments

Comments
 (0)