Skip to content

Commit ac73b91

Browse files
committed
docs: satisfy spellchecker
1 parent f10aaf2 commit ac73b91

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/binomial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ console.log( binomial.mean( n, p ) );
125125
console.log( binomial.pmf( 3, n, p ) );
126126
// => ~0.1550
127127

128-
// CDF can be used to calculate probability upto certain number of 6s (say upto 3 sixes):
128+
// CDF can be used to calculate probability up to certain number of 6s (say up to 3 sixes):
129129
console.log( binomial.cdf( 3, n, p ) );
130130
// => ~0.9303
131131

0 commit comments

Comments
 (0)