Skip to content

Commit 95ca0bc

Browse files
jangnathankgryte
andauthored
fix: capitalise fail message in array/fixed-endian-factory/benchmark
Co-authored-by: Athan <[email protected]> Signed-off-by: Nate <[email protected]>
1 parent 615edfa commit 95ca0bc

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.to_reversed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ bench( pkg+':toReversed', function benchmark( b ) {
4848
}
4949
b.toc();
5050
if ( !( out instanceof Float64ArrayFE ) ) {
51-
b.fail( 'should return a Typed Array' );
51+
b.fail( 'should return a typed array' );
5252
}
5353
b.pass( 'benchmark finished' );
5454
b.end();

0 commit comments

Comments
 (0)