Skip to content

Commit

Permalink
Fix typos (#2158)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirlivneh authored Jan 18, 2024
1 parent 0f1e36c commit 0e5b13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CppCoreGuidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -21621,7 +21621,7 @@ The use of `p` for pointer and `x` for a floating-point variable is conventional

### <a name="Rl-name"></a>NL.8: Use a consistent naming style

**Rationale**: Consistence in naming and naming style increases readability.
**Rationale**: Consistency in naming and naming style increases readability.

##### Note

Expand Down Expand Up @@ -22032,7 +22032,7 @@ Consistency in large code bases.

##### Note

We are well aware that you could claim the "bad" examples more logical than the ones marked "OK",
We are well aware that you could claim the "bad" examples are more logical than the ones marked "OK",
but they also confuse more people, especially novices relying on teaching material using the far more common, conventional OK style.

As ever, remember that the aim of these naming and layout rules is consistency and that aesthetics vary immensely.
Expand Down

0 comments on commit 0e5b13b

Please sign in to comment.