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 bf13b2e commit 5b42c46Copy full SHA for 5b42c46
lib/node_modules/@stdlib/ndarray/any/test/test.main.js
@@ -127,7 +127,7 @@ tape( 'the function throws an error if provided an options argument which is not
127
}
128
});
129
130
-tape( 'the function throws an error if provided an options argument with invalid `dims` property', function test( t ) {
+tape( 'the function throws an error if provided an options argument with an invalid `dims` property', function test( t ) {
131
var values;
132
var x;
133
var i;
0 commit comments