Skip to content

Commit

Permalink
doc: remove duplicate properties bullet in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trendsetter37 committed Jan 11, 2017
1 parent fa38361 commit 3afb3ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,9 @@ This event is emitted on instances of SomeClass, not on the module itself.
```


* Modules have (description, Properties, Functions, Classes, Examples)
* Properties have (type, description)
* Functions have (list of arguments, description)
* Classes have (description, Properties, Methods, Events)
* Events have (list of arguments, description)
* Functions have (list of arguments, description)
* Methods have (list of arguments, description)
* Modules have (description, Properties, Functions, Classes, Examples)
* Properties have (type, description)

0 comments on commit 3afb3ce

Please sign in to comment.