mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
Change "untended" to "unintended" in C.9
This commit is contained in:
@@ -4180,7 +4180,7 @@ Flag classes declared with `struct` if there is a `private` or `protected` membe
|
|||||||
|
|
||||||
Encapsulation.
|
Encapsulation.
|
||||||
Information hiding.
|
Information hiding.
|
||||||
Minimize the chance of untended access.
|
Minimize the chance of unintended access.
|
||||||
This simplifies maintenance.
|
This simplifies maintenance.
|
||||||
|
|
||||||
##### Example
|
##### Example
|
||||||
|
|||||||
Reference in New Issue
Block a user