mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fix typo in C.8 (#985)
This commit is contained in:
parent
3a6466f09c
commit
56df32bd95
|
@ -4169,7 +4169,7 @@ Prefer to place the interface first in a class [see](#Rl-order).
|
|||
|
||||
##### Enforcement
|
||||
|
||||
Flag classes declared with `struct` if there is a `private` or `public` member.
|
||||
Flag classes declared with `struct` if there is a `private` or `protected` member.
|
||||
|
||||
### <a name="Rc-private"></a>C.9: Minimize exposure of members
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user