Change "untended" to "unintended" in C.9

This commit is contained in:
Jonathan Wakely 2018-01-09 22:27:14 +00:00
parent 7aac5313d9
commit 5c3006b60f

View File

@ -4180,7 +4180,7 @@ Flag classes declared with `struct` if there is a `private` or `protected` membe
Encapsulation.
Information hiding.
Minimize the chance of untended access.
Minimize the chance of unintended access.
This simplifies maintenance.
##### Example