File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/stats/array/nanvariancewd/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments