summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/nopt/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/nopt/README.md')
-rw-r--r--deps/npm/node_modules/nopt/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/npm/node_modules/nopt/README.md b/deps/npm/node_modules/nopt/README.md
index 96798a1da0..5aba088b56 100644
--- a/deps/npm/node_modules/nopt/README.md
+++ b/deps/npm/node_modules/nopt/README.md
@@ -116,8 +116,7 @@ considered valid values. For instance, in the example above, the
and any other value will be rejected.
When parsing unknown fields, `"true"`, `"false"`, and `"null"` will be
-interpreted as their JavaScript equivalents, and numeric values will be
-interpreted as a number.
+interpreted as their JavaScript equivalents.
You can also mix types and values, or multiple types, in a list. For
instance `{ blah: [Number, null] }` would allow a value to be set to