Skip to content

Commit f44ecba

Browse files
authored
test: fix descriptions
Signed-off-by: Athan <[email protected]>
1 parent 9534c84 commit f44ecba

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ tape( 'the function throws an error if provided a second argument which is not a
161161
}
162162
});
163163

164-
tape( 'the function calculates the population variance of a strided array', function test( t ) {
164+
tape( 'the function calculates the population variance of an array', function test( t ) {
165165
var x;
166166
var v;
167167

@@ -180,7 +180,7 @@ tape( 'the function calculates the population variance of a strided array', func
180180
t.end();
181181
});
182182

183-
tape( 'the function calculates the population variance of a strided array (accessors)', function test( t ) {
183+
tape( 'the function calculates the population variance of an array (accessors)', function test( t ) {
184184
var x;
185185
var v;
186186

0 commit comments

Comments
 (0)