Skip to content

Commit 886a88f

Browse files
authored
docs: add missing private annotation
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent f5418ce commit 886a88f

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/geometric/mode/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/base/dists/geometric/mode/lib/native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ var addon = require( './../src/addon.node' );
2828
/**
2929
* Returns the mode of a geometric distribution.
3030
*
31+
* @private
3132
* @param {Probability} p - success probability
3233
* @returns {NonNegativeInteger} mode
3334
*

0 commit comments

Comments
 (0)