mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Typo fix to NL.5
This commit is contained in:
@@ -20232,8 +20232,8 @@ Some styles use very general (not type-specific) prefixes to denote the general
|
||||
// just generally to say "this is an indirection"
|
||||
|
||||
auto cntHits = calc_total_of_hits(/*...*);
|
||||
// note: "cnt" is being used to encode a type, just generally to say
|
||||
// "this is a count of something"
|
||||
// note: "cnt" is not being used to encode a type,
|
||||
// just generally to say "this is a count of something"
|
||||
|
||||
This is not harmful and does not fall under this guideline because it does not encode type information.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user