Skip to content

Commit 76c0789

Browse files
committed
Auto-generated commit
1 parent 0dbabb1 commit 76c0789

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -21830,6 +21830,8 @@ A total of 57 people contributed to this release. Thank you to the following con
2183021830

2183121831
<details>
2183221832

21833+
- [`22e441e`](https://github.com/stdlib-js/stdlib/commit/22e441e3ba728abb2a8b9853187dcec3169c1f7d) - **docs:** use consistent terms _(by Athan Reines)_
21834+
- [`75f4595`](https://github.com/stdlib-js/stdlib/commit/75f4595586d2dd4ff1fd13b17f5b88464d04e403) - **docs:** use consistent terms _(by Athan Reines)_
2183321835
- [`241d973`](https://github.com/stdlib-js/stdlib/commit/241d9733f1c33c635badfb7f801125988c12b1e8) - **fix:** update dispatch table _(by Athan Reines)_
2183421836
- [`48c6587`](https://github.com/stdlib-js/stdlib/commit/48c65874d247c4e19712d69281d219878bc746be) - **fix:** update dispatch table _(by Athan Reines)_
2183521837
- [`5d6ed6a`](https://github.com/stdlib-js/stdlib/commit/5d6ed6a4d163bf887469537abce70ed69025c408) - **feat:** add C implementation for `stats/base/dists/bernoulli/cdf` [(#3962)](https://github.com/stdlib-js/stdlib/pull/3962) _(by Neeraj Pathak, Philipp Burckhardt, stdlib-bot)_

cumax/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The method has the following parameters:
141141
- **out**: output [ndarray][@stdlib/ndarray/ctor].
142142
- **options**: function options (_optional_).
143143

144-
The function accepts the following options:
144+
The method accepts the following options:
145145

146146
- **dims**: list of dimensions over which to perform operation. If not provided, the function performs the operation over all elements in a provided input [ndarray][@stdlib/ndarray/ctor].
147147

max/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The method has the following parameters:
176176
- **out**: output [ndarray][@stdlib/ndarray/ctor].
177177
- **options**: function options (_optional_).
178178

179-
The function accepts the following options:
179+
The method accepts the following options:
180180

181181
- **dims**: list of dimensions over which to perform a reduction. If not provided, the function performs a reduction over all elements in a provided input [ndarray][@stdlib/ndarray/ctor].
182182

0 commit comments

Comments
 (0)