We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78783da commit 61fc910Copy full SHA for 61fc910
lib/node_modules/@stdlib/iter/linspace/test/test.js
@@ -146,7 +146,7 @@ tape( 'the function throws an error if provided a second argument which is not a
146
}
147
});
148
149
-tape( 'the function throws an error if provided a second argument which is not a nonnegative integer', function test( t ) {
+tape( 'the function throws an error if provided a third argument which is not a nonnegative integer', function test( t ) {
150
var values;
151
var i;
152
0 commit comments