Skip to content

Commit 32719e2

Browse files
authored
Update index.js
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent 27497ce commit 32719e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/array/nanmidrange-by/lib

lib/node_modules/@stdlib/stats/array/nanmidrange-by/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Calculate the midrange of an array via a callback function, ignoring `NaN` values.
22+
* Compute the midrange of an array via a callback function, ignoring `NaN` values.
2323
*
2424
* @module @stdlib/stats/array/nanmidrange-by
2525
*

0 commit comments

Comments
 (0)