/pubic/public/. Thanks Jennings Jared!
This commit is contained in:
parent
1c4f4d3f18
commit
9feffcd8af
|
@ -552,7 +552,7 @@ Naming Conventions
|
|||
Public attributes are those that you expect unrelated clients of your
|
||||
class to use, with your commitment to avoid backward incompatible
|
||||
changes. Non-public attributes are those that are not intended to be
|
||||
used by third parties; you make no guarantees that non-pubic attributes
|
||||
used by third parties; you make no guarantees that non-public attributes
|
||||
won't change or even be removed.
|
||||
|
||||
We don't use the term "private" here, since no attribute is really
|
||||
|
|
Loading…
Reference in New Issue