Fix NL.8 typo

This commit is contained in:
Darren Shen 2015-11-14 15:17:33 +11:00
parent ca22f65232
commit 63e5e23e2c

View File

@ -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