Skip to content

Commit

Permalink
fix parse method's jsdoc
Browse files Browse the repository at this point in the history
fix an error in parse method's jsdoc
  • Loading branch information
antonyk committed Jan 22, 2022
1 parent 34f44b4 commit 36ef44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ micromatch.scan = (...args) => picomatch.scan(...args);
*
* ```js
* const mm = require('micromatch');
* const state = mm(pattern[, options]);
* const state = mm.parse(pattern[, options]);
* ```
* @param {String} `glob`
* @param {Object} `options`
Expand Down

0 comments on commit 36ef44e

Please sign in to comment.