Skip to content

Commit 0baa3c7

Browse files
committed
Fix message
1 parent 1ae78b7 commit 0baa3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/zeros-like/benchmark/benchmark.length.generic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function createBenchmark( len ) {
6060
}
6161
b.toc();
6262
if ( !isArray( arr ) ) {
63-
b.fail( 'should return a typed array' );
63+
b.fail( 'should return an array' );
6464
}
6565
b.pass( 'benchmark finished' );
6666
b.end();

0 commit comments

Comments
 (0)