Skip to content

Commit 61fc910

Browse files
committed
Fix description
1 parent 78783da commit 61fc910

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/iter/linspace/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/iter/linspace/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ tape( 'the function throws an error if provided a second argument which is not a
146146
}
147147
});
148148

149-
tape( 'the function throws an error if provided a second argument which is not a nonnegative integer', function test( t ) {
149+
tape( 'the function throws an error if provided a third argument which is not a nonnegative integer', function test( t ) {
150150
var values;
151151
var i;
152152

0 commit comments

Comments
 (0)