Skip to content

Commit 11d1ad0

Browse files
authored
Reword remarks in C2583 error reference
1 parent c48adf1 commit 11d1ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-errors-2/compiler-error-c2583.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.assetid: b1c952dc-872c-47e4-9fc8-4dd72bcee6f9
1212
1313
## Remarks
1414

15-
A constructor or destructor is declared **`const`** or **`volatile`**. This is not allowed.
15+
A constructor or destructor can't be declared **`const`** or **`volatile`**.
1616

1717
## Example
1818

0 commit comments

Comments
 (0)