Skip to content

Commit 47382c3

Browse files
siddhesh434kgryte
andauthored
chore: fix JavaScript lint errors
PR-URL: #7729 Ref: #5377 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent aa8d147 commit 47382c3

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)