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 <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
trendsetter37 authored and MylesBorins committed Mar 9, 2017
1 parent b3d1700 commit 725a896
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 @@ -98,10 +98,9 @@ Each type of heading has a description block.
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 725a896

Please sign in to comment.