Skip to content

Commit 35d7c58

Browse files
authored
docs: fix missing private annotation
Signed-off-by: Athan <kgryte@gmail.com>
1 parent d8f3452 commit 35d7c58

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/node_modules/@stdlib/stats/strided/midrange-by/lib

lib/node_modules/@stdlib/stats/strided/midrange-by/lib/accessors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var isnan = require( '@stdlib/math/base/assert/is-nan' );
3030
/**
3131
* Computes the mid-range of a strided array via a callback function.
3232
*
33+
* @private
3334
* @param {PositiveInteger} N - number of indexed elements
3435
* @param {Object} x - input array object
3536
* @param {Collection} x.data - input array data

0 commit comments

Comments
 (0)