Skip to content

Commit

Permalink
formatting typo (isocpp#1895)
Browse files Browse the repository at this point in the history
Co-authored-by: Werner Henze <[email protected]>
  • Loading branch information
beinhaerter and Werner Henze authored Mar 9, 2022
1 parent afa6f73 commit df6787f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CppCoreGuidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -4485,7 +4485,7 @@ Prefer the order `public` members before `protected` members before `private` me
##### Enforcement

* [Flag protected data](#Rh-protected).
* Flag mixtures of `public` and private `data`
* Flag mixtures of `public` and `private` data

## <a name="SS-concrete"></a>C.concrete: Concrete types

Expand Down

0 comments on commit df6787f

Please sign in to comment.