mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fix NL.8 typo
This commit is contained in:
parent
ca22f65232
commit
63e5e23e2c
|
@ -12963,10 +12963,10 @@ Some conventions capitalize the first letter, some don't.
|
|||
|
||||
##### Note
|
||||
|
||||
Try to be consistent in your use of acronyms, lengths of identifiers:
|
||||
Try to be consistent in your use of acronyms and lengths of identifiers:
|
||||
|
||||
int mtbf {12};
|
||||
int mean_time_between_failor {12}; // make up your mind
|
||||
int mean_time_between_failures {12}; // make up your mind
|
||||
|
||||
##### Enforcement
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user