Skip to content

Commit 17396ad

Browse files
authored
test: update description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 7673e4c commit 17396ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/stdev/test

lib/node_modules/@stdlib/stats/base/ndarray/stdev/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ tape( 'if provided an empty ndarray, the function returns `NaN`', function test(
118118
t.end();
119119
});
120120

121-
tape( 'if provided a correction argument yields `N-correction` less than or equal to `0`, the function returns `NaN`', function test( t ) {
121+
tape( 'if provided a correction argument yielding `N-correction` less than or equal to `0`, the function returns `NaN`', function test( t ) {
122122
var correction;
123123
var opts;
124124
var x;

0 commit comments

Comments
 (0)