diff options
Diffstat (limited to 'deps/npm/node_modules/aproba/README.md')
-rw-r--r-- | deps/npm/node_modules/aproba/README.md | 2 |
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 |