Skip to content

Commit 0549144

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/benchmark/benchmark.find_last.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ bench( pkg+':findLast', function benchmark( b ) {
5555
b.end();
5656

5757
function predicate( v ) {
58-
return v > 0;
58+
return v > 0.0;
5959
}
6060
});

0 commit comments

Comments
 (0)