Skip to content

Commit 92eeb61

Browse files
committed
Auto-generated commit
1 parent aeb448d commit 92eeb61

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ A total of 6 people contributed to this release. Thank you to the following cont
7373

7474
<details>
7575

76+
- [`c3ebfa8`](https://github.com/stdlib-js/stdlib/commit/c3ebfa80e311db338b171ebf8eb5f46bc66e9bf6) - **docs:** update namespace table of contents and address spelling errors _(by Philipp Burckhardt)_
7677
- [`ac73b91`](https://github.com/stdlib-js/stdlib/commit/ac73b9195cf4f4e087dca2df535ac49831e1aa07) - **docs:** satisfy spellchecker _(by Philipp Burckhardt)_
7778
- [`867726b`](https://github.com/stdlib-js/stdlib/commit/867726bb7ef6851ca0986ecdb91bf5a5f246ee5a) - **docs:** update examples in `stats/base/dists/uniform` _(by Muhammad Haris, Philipp Burckhardt)_
7879
- [`3806e20`](https://github.com/stdlib-js/stdlib/commit/3806e206f436e4aad81f5bfe80f637fb6b83aa8b) - **build:** add cspell ESLint plugin for spellchecking [(#2234)](https://github.com/stdlib-js/stdlib/pull/2234) _(by Philipp Burckhardt, Athan Reines)_

base/dists/poisson/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ console.log( poisson.variance( lambda ) );
136136
console.log( poisson.pmf( 4, lambda ) );
137137
// => ~0.1680
138138

139-
// CDF can be used to calculate probability upto certain number of inquiries in an hour:
139+
// CDF can be used to calculate probability up to certain number of inquiries in an hour:
140140
console.log( poisson.cdf( 2, lambda ) );
141141
// => ~0.4232
142142

0 commit comments

Comments
 (0)