Skip to content

Commit be41a4b

Browse files
authored
Update native.js
Signed-off-by: yuvi-mittal <[email protected]>
1 parent 833618a commit be41a4b

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/planck/entropy/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/planck/entropy/lib/native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var addon = require( './../src/addon.node' );
3030
*
3131
* @private
3232
* @param {number} lambda - shape parameter of the Planck distribution
33-
* @returns {number} evaluated differential entropy in nats
33+
* @returns {number} differential entropy in nats
3434
*
3535
* @example
3636
* var y = entropy( 0.1 );

0 commit comments

Comments
 (0)