Skip to content

Commit 12db091

Browse files
authored
chore: fix JavaScript lint errors"
PR-URL: #10804 Closes: #10801 Reviewed-by: Geo Daoyu <geodaoyu@foxmail.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 65c6f12 commit 12db091

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/cusome-by-right/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/cusome-by-right/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var assign = require( './assign.js' );
3737
*
3838
* @example
3939
* function fcn( value ) {
40-
* return ( value > 0 );
40+
* return ( value > 0 );
4141
* }
4242
*
4343
* var x = [ 1, 1, 0, 0, 0 ];

0 commit comments

Comments
 (0)