File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/stats/array/nanmean/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ tape( 'the function calculates the arithmetic mean of an array', function test(
116116 t . end ( ) ;
117117} ) ;
118118
119- tape ( 'the function calculates the maximum value of an array (accessors)' , function test ( t ) {
119+ tape ( 'the function calculates the arithmetic mean of an array (accessors)' , function test ( t ) {
120120 var x ;
121121 var v ;
122122
@@ -143,7 +143,7 @@ tape( 'the function calculates the maximum value of an array (accessors)', funct
143143 t . end ( ) ;
144144} ) ;
145145
146- tape ( 'the function calculates the maximum value of an array (array-like object)' , function test ( t ) {
146+ tape ( 'the function calculates the arithmetic mean of an array (array-like object)' , function test ( t ) {
147147 var x ;
148148 var v ;
149149
You can’t perform that action at this time.
0 commit comments