summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/aproba/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/aproba/README.md')
-rw-r--r--deps/npm/node_modules/aproba/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/aproba/README.md b/deps/npm/node_modules/aproba/README.md
index e5c1f5595b..44e2263c2f 100644
--- a/deps/npm/node_modules/aproba/README.md
+++ b/deps/npm/node_modules/aproba/README.md
@@ -23,7 +23,7 @@ Valid types are:
type | description
---- | -----------
* | matches any type
-A | instanceof Array OR an arguments object
+A | Array.isArray OR an arguments object
S | typeof == string
N | typeof == number
F | typeof == function