Merge pull request #389 from darrnshn/master

Minor fixes to NL.8
This commit is contained in:
Gabriel Dos Reis 2015-11-18 13:44:00 -08:00
commit bbbb922dd0

View File

@ -13012,10 +13012,10 @@ Some conventions capitalize the first letter, some don't.
##### Note ##### 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 mtbf {12};
int mean_time_between_failor {12}; // make up your mind int mean_time_between_failures {12}; // make up your mind
##### Enforcement ##### Enforcement