Skip to content

Commit 9e82740

Browse files
chore: fix JavaScript lint errors (issue #7728)
1 parent ad9b000 commit 9e82740

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/bernoulli/ctor/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ setReadOnly( Bernoulli.prototype, 'pmf', bernoulliPMF );
354354
* var bernoulli = new Bernoulli( 0.2 );
355355
*
356356
* var v = bernoulli.quantile( 0.9 );
357-
* // returns 1
357+
* // returns 1.0
358358
*/
359359
setReadOnly( Bernoulli.prototype, 'quantile', bernoulliQuantile );
360360

0 commit comments

Comments
 (0)