Skip to content

Commit f30faa8

Browse files
docs: update Readme
Co-authored-by: Athan <[email protected]> Signed-off-by: Ahmed_Kashkoush <[email protected]>
1 parent be75be4 commit f30faa8

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/fixed-endian-factory

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ var Float64ArrayFE = fixedEndianFactory( 'float64' );
940940

941941
function predicate( v ) {
942942
this.count += 1;
943-
return ( v < 0 );
943+
return ( v < 0.0 );
944944
}
945945

946946
var arr = new Float64ArrayFE( 'little-endian', [ -1.0, 2.0, 3.0 ] );

0 commit comments

Comments
 (0)