Skip to content

Commit 712b627

Browse files
Fix typo.
1 parent 910b172 commit 712b627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c26828.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ int overlappingBitwiseEnums(BitWiseA a)
3737
}
3838
```
3939
40-
To fix the warning. make sure enumeration types designed for use together have no overlapping values. Or, make sure all the related options are in a single enumeration type.
40+
To fix the warning, make sure enumeration types designed for use together have no overlapping values. Or, make sure all the related options are in a single enumeration type.
4141
4242
```cpp
4343

0 commit comments

Comments
 (0)