Merge pull request #1392 from dbowling/patch-1
Fix typo under Private heading of definitions
This commit is contained in:
commit
e03d0ae80b
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class SoccerPlayer {
|
|||
|
||||
## Private
|
||||
|
||||
Methods and properties are protected when they contain two underscores or are explicitly marked as private in the code. They can be only used within the class where they are defined (developers of Lion components).
|
||||
Methods and properties are private when they contain two underscores or are explicitly marked as private in the code. They can be only used within the class where they are defined (developers of Lion components).
|
||||
|
||||
```js
|
||||
class SoccerPlayer {
|
||||
|
|
|
|||
Loading…
Reference in a new issue