Skip to content

Commit 7f677f6

Browse files
authored
chore: fix JavaScript lint errors
PR-URL: #8316 Closes: #8310 Reviewed-by: Athan Reines <[email protected]>
1 parent 0ef26dd commit 7f677f6

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/pkgs/tree/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/pkgs/tree/lib/sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var defaults = require( './config.json' );
4242
* @returns {Object} tree
4343
*
4444
* @example
45-
* var tree = pkgTree();
45+
* var out = pkgTree();
4646
* // returns {...}
4747
*/
4848
function pkgTree( options ) {

0 commit comments

Comments
 (0)