Skip to content

Commit

Permalink
doc: remove duplicate properties bullet in readme
Browse files Browse the repository at this point in the history
PR-URL: #10741
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
trendsetter37 authored and italoacasas committed Jan 27, 2017
1 parent 5aad0cc commit 06acf88
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 06acf88

Please sign in to comment.