Skip to content

Commit

Permalink
docs: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Dec 8, 2020
1 parent 49b009b commit c94b645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/file-starts-with.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const FileSystem = require('../lib/file_system')
*
* @param {FileSystem} fs A filesystem object configured with filter paths and target directories
* @param {object} options The rule configuration
* @returns {Result} The lint rule result
* @returns {Promise<Result>} The lint rule result
*/
async function fileStartsWith(fs, options) {
const fileList = options.globsAll || options.files
Expand Down

0 comments on commit c94b645

Please sign in to comment.