Skip to content

Commit 982482b

Browse files
authored
test: fix description
Signed-off-by: Athan <[email protected]>
1 parent 0ff6350 commit 982482b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/every/test/test.assign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ tape( 'the function throws an error if provided an options argument which is not
209209
}
210210
});
211211

212-
tape( 'the function throws an error if provided an options with invalid `dims` property', function test( t ) {
212+
tape( 'the function throws an error if provided an options argument with invalid `dims` property', function test( t ) {
213213
var values;
214214
var x;
215215
var y;

0 commit comments

Comments
 (0)