Skip to content

Commit ad236f6

Browse files
committed
Fix-JavaScript-lint-errors-#10801
1 parent 748ab37 commit ad236f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/array/base/cusome-by-right/lib

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)