Skip to content

Commit b0ca387

Browse files
authored
test: update descriptions
Signed-off-by: Athan <[email protected]>
1 parent 2532e50 commit b0ca387

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/array/nanstdevch/test

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/array/nanstdevch/test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ tape( 'if provided an array containing a single element, the function returns `0
320320
t.end();
321321
});
322322

323-
tape( 'if provided a `correction` parameter which is greater than or equal to the input array length, the function returns `NaN`', function test( t ) {
323+
tape( 'if provided a `correction` parameter yielding a correction term less than or equal to `0`, the function returns `NaN`', function test( t ) {
324324
var x;
325325
var v;
326326

@@ -335,7 +335,7 @@ tape( 'if provided a `correction` parameter which is greater than or equal to th
335335
t.end();
336336
});
337337

338-
tape( 'if provided a `correction` parameter which is greater than or equal to the input array length, the function returns `NaN` (accessors)', function test( t ) {
338+
tape( 'if provided a `correction` parameter yielding a correction term less than or equal to `0`, the function returns `NaN` (accessors)', function test( t ) {
339339
var x;
340340
var v;
341341

0 commit comments

Comments
 (0)