Skip to content

Commit 13f6977

Browse files
authored
docs: update description
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 7e2fad6 commit 13f6977

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/poisson/skewness/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/poisson/skewness/lib/native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var addon = require( './../src/addon.node' );
2626
// MAIN //
2727

2828
/**
29-
* Evaluates the skewness of a Poisson distribution.
29+
* Returns the skewness of a Poisson distribution.
3030
*
3131
* @private
3232
* @param {PositiveNumber} lambda - mean parameter

0 commit comments

Comments
 (0)