mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Enum.2: typo/formatting (#1463)
This commit is contained in:
parent
fb320822fc
commit
85ae628765
|
@ -8727,7 +8727,7 @@ Switching on an enumeration is common and the compiler can warn against unusual
|
|||
}
|
||||
}
|
||||
|
||||
Such off-by-one switch`statements are often the results of an added enumerator and insufficient testing.
|
||||
Such off-by-one `switch`-statements are often the results of an added enumerator and insufficient testing.
|
||||
|
||||
##### Enforcement
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user