Skip to content

Commit 566c39c

Browse files
committed
test: fix description
1 parent dc29f10 commit 566c39c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/array/base/mskput/test

lib/node_modules/@stdlib/array/base/mskput/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ tape( 'when the "mode" is "throw", the function throws an error if provided insu
360360
}
361361
});
362362

363-
tape( 'when the "mode" is "broadcast", the function throws an error if a provided values array is broadcast incompatible with the number of falsy values in a mask array', function test( t ) {
363+
tape( 'when the "mode" is "broadcast", the function throws an error if a provided values array which is broadcast incompatible with the number of falsy values in a mask array', function test( t ) {
364364
var mask;
365365
var x;
366366

0 commit comments

Comments
 (0)