Skip to content

Commit 66d1218

Browse files
authored
chore: fix JavaScript lint errors
PR-URL: #6899 Closes: #6800 Reviewed-by: Athan Reines <[email protected]>
1 parent 83bf18f commit 66d1218

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/utils/append/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/utils/append/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
* @module @stdlib/utils/append
2525
*
2626
* @example
27-
* var append = require( '@stdlib/utils/append' );
2827
* var Float64Array = require( '@stdlib/array/float64' );
28+
* var append = require( '@stdlib/utils/append' );
2929
*
3030
* var arr = [ 1.0, 2.0, 3.0, 4.0, 5.0 ];
3131
*

0 commit comments

Comments
 (0)