Skip to content

Commit fd1aa56

Browse files
committed
chore: typo fix
1 parent a0ba90c commit fd1aa56

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/test/test.reduce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ tape( 'the method throws an error if provided a first argument which is not a fu
119119
}
120120
});
121121

122-
tape( 'the method throws an error if not provided an initial value when operating on an empty boolean array', function test( t ) {
122+
tape( 'the method throws an error if not provided an initial value when operating on an empty array', function test( t ) {
123123
var ctor;
124124
var arr;
125125

0 commit comments

Comments
 (0)