Skip to content

Commit 4848a53

Browse files
fix: example errors
1 parent ba78aa0 commit 4848a53

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/bernoulli/cdf/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/bernoulli/cdf/lib/native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var addon = require( './../src/addon.node' );
3434
*
3535
* @example
3636
* var y = cdf( 0.5, 0.5 );
37-
* // returns 1.0
37+
* // returns 0.5
3838
*
3939
* @example
4040
* var y = cdf( 2.0, 0.1 );

0 commit comments

Comments
 (0)