Skip to content

Commit 58a26b9

Browse files
authored
Update compiler-error-c2323.md
tiny little edit
1 parent 8c9ee12 commit 58a26b9

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
@@ -11,7 +11,7 @@ helpviewer_keywords: ["C2323"]
1111

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

14-
The following sample generates C2323:
14+
The following generates C2323:
1515

1616
```cpp
1717
// C2323.cpp

0 commit comments

Comments
 (0)