Skip to content

Commit 34d2633

Browse files
authored
docs: fix missing private annotation
Signed-off-by: Athan <[email protected]>
1 parent ce365aa commit 34d2633

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/nanmskmax/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/base/nanmskmax/lib/accessors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ var isPositiveZero = require( '@stdlib/math/base/assert/is-positive-zero' );
2929
/**
3030
* Computes the maximum value of a strided array according to a mask, ignoring `NaN` values.
3131
*
32+
* @private
3233
* @param {PositiveInteger} N - number of indexed elements
3334
* @param {Object} x - input array object
3435
* @param {Collection} x.data - input array data

0 commit comments

Comments
 (0)