Skip to content

Commit 28bc3c2

Browse files
Updated C33010
Removed extra characters
1 parent 404845c commit 28bc3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c33010.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dev_langs: ["C++"]
1212
---
1313
# Warning C33010
1414

15-
> Unchecked lower bound for enum '\**enum_name*' used as index.
15+
> Unchecked lower bound for enum *enum_name* used as index.
1616
1717
This warning is triggered if an enum is both used as an index into an array and isn't checked on the lower bound.
1818

0 commit comments

Comments
 (0)