Skip to content

Commit 2d2729c

Browse files
authored
docs: future proof the returns annotation
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 60f9068 commit 2d2729c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var debug = logger( 'lint:license-header-glob:sync' );
5656
* };
5757
*
5858
* var errs = lint( opts );
59-
* // returns []
59+
* // e.g., returns [...]
6060
*/
6161
function lint( options ) {
6262
var names;

0 commit comments

Comments
 (0)