Skip to content

Commit 33a4074

Browse files
chore: fix JavaScript lint errors
PR-URL: #6950 Closes: #6943 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent d184af8 commit 33a4074

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/lint/header-filenames/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/lint/header-filenames/lib/sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var IGNORE = require( './ignore_patterns.json' );
4343
*
4444
* @example
4545
* var errs = lint();
46-
* // returns [...]
46+
* // returns []
4747
*/
4848
function lint( options ) {
4949
var pattern;

0 commit comments

Comments
 (0)