Skip to content

Commit e539ac7

Browse files
committed
String::operator== summary is incorrectly
written as the String::operator++ summary
1 parent 858a909 commit e539ac7

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)