summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJavis Sullivan <javissullivan@gmail.com>2017-01-11 09:48:46 -0500
committerJames M Snell <jasnell@gmail.com>2017-01-13 09:53:53 -0800
commit4424e847d5e1e74c701fcba300cbe42480c53aee (patch)
tree979cde2364f9ccbb99557fd61a5441029b77c04e /tools
parent19917ee402a665538a5376620dde218fa0a414fb (diff)
downloadandroid-node-v8-4424e847d5e1e74c701fcba300cbe42480c53aee.tar.gz
android-node-v8-4424e847d5e1e74c701fcba300cbe42480c53aee.tar.bz2
android-node-v8-4424e847d5e1e74c701fcba300cbe42480c53aee.zip
doc: remove duplicate properties bullet in readme
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'tools')
-rw-r--r--tools/doc/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/doc/README.md b/tools/doc/README.md
index 6985bc130d..0535243e92 100644
--- a/tools/doc/README.md
+++ b/tools/doc/README.md
@@ -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)