We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff6350 commit 982482bCopy full SHA for 982482b
lib/node_modules/@stdlib/ndarray/every/test/test.assign.js
@@ -209,7 +209,7 @@ tape( 'the function throws an error if provided an options argument which is not
209
}
210
});
211
212
-tape( 'the function throws an error if provided an options with invalid `dims` property', function test( t ) {
+tape( 'the function throws an error if provided an options argument with invalid `dims` property', function test( t ) {
213
var values;
214
var x;
215
var y;
0 commit comments