Skip to content

Commit 9efcaf0

Browse files
authored
Removed anti-CamelCase comments. (#1632)
The comments were: // ???Must we suffer CaMelcAse??? and // ugly CaMeLcAsEvArIaBlE
1 parent 4867a5c commit 9efcaf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CppCoreGuidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10688,7 +10688,7 @@ Readability. Limit the scope in which a variable can be used. Don't risk used-be
1068810688

1068910689
##### Example, bad
1069010690

10691-
SomeLargeType var; // ugly CaMeLcAsEvArIaBlE
10691+
SomeLargeType var;
1069210692

1069310693
if (cond) // some non-trivial condition
1069410694
Set(&var);
@@ -20956,7 +20956,7 @@ Most of the concepts below are defined in [the Ranges TS](http://www.open-std.or
2095620956
* `String` // ???
2095720957
* `Number` // ???
2095820958
* `Sortable`
20959-
* `EqualityComparable` // ???Must we suffer CaMelcAse???
20959+
* `EqualityComparable`
2096020960
* `Convertible`
2096120961
* `Common`
2096220962
* `Boolean`

0 commit comments

Comments
 (0)