diff options
Diffstat (limited to 'deps/npm/node_modules/minimatch/README.md')
-rw-r--r-- | deps/npm/node_modules/minimatch/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/node_modules/minimatch/README.md b/deps/npm/node_modules/minimatch/README.md index 978268e275..5b3967ea99 100644 --- a/deps/npm/node_modules/minimatch/README.md +++ b/deps/npm/node_modules/minimatch/README.md @@ -157,8 +157,8 @@ Perform a case-insensitive match. ### nonull When a match is not found by `minimatch.match`, return a list containing -the pattern itself. When set, an empty list is returned if there are -no matches. +the pattern itself if this option is set. When not set, an empty list +is returned if there are no matches. ### matchBase |