Skip to content

Commit f055e78

Browse files
Update docs/error-messages/compiler-errors-1/compiler-error-c2323.md
1 parent 58a26b9 commit f055e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-errors-1/compiler-error-c2323.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ helpviewer_keywords: ["C2323"]
99

1010
'identifier': non-member operator `new` or `delete` functions may not be declared `static` or in a namespace other than the global namespace.
1111

12-
The `new` and `delete` overload operators must be non-static, defined in the global namespace or as a class members.
12+
The `new` and `delete` overload operators must be non-static, defined in the global namespace or as class members.
1313

1414
The following generates C2323:
1515

0 commit comments

Comments
 (0)