Skip to content

Commit 80a6ee8

Browse files
authored
docs: update return annotation
Signed-off-by: Athan <kgryte@gmail.com>
1 parent f082a46 commit 80a6ee8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/_tools/lint/header-filenames/lib

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* var lint = require( '@stdlib/_tools/lint/header-filenames' );
4040
*
4141
* var errs = lint.sync();
42-
* // returns []
42+
* // e.g., returns [...]
4343
*/
4444

4545
// MODULES //

0 commit comments

Comments
 (0)