Skip to content

Commit 495adc3

Browse files
committed
Auto-generated commit
1 parent 40a63c3 commit 495adc3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ A total of 24 issues were closed in this release:
593593

594594
<details>
595595

596+
- [`2ebf45f`](https://github.com/stdlib-js/stdlib/commit/2ebf45f557a99301791e2d4dbf23609372711f9b) - **docs:** update comments _(by Athan Reines)_
596597
- [`f84c1a6`](https://github.com/stdlib-js/stdlib/commit/f84c1a6ecbaf68b7dfbeef4576111bc277885d1a) - **fix:** remove unused parameter _(by Athan Reines)_
597598
- [`2848c77`](https://github.com/stdlib-js/stdlib/commit/2848c77bb0cf8fd2fc78fe72095a1aad2e545a36) - **fix:** improve type specificity, remove unreachable path, and fix docs _(by Athan Reines)_
598599
- [`b5a916e`](https://github.com/stdlib-js/stdlib/commit/b5a916e413d8658977ab2383ec6fe411f90c557d) - **feat:** update `ndarray/base` TypeScript declarations [(#8127)](https://github.com/stdlib-js/stdlib/pull/8127) _(by stdlib-bot)_

some-by/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The function accepts the following arguments:
6767
- **predicate**: predicate function.
6868
- **thisArg**: predicate execution context (_optional_).
6969

70-
The function accepts the following `options`:
70+
The function accepts the following options:
7171

7272
- **dims**: list of dimensions over which to perform a reduction.
7373
- **keepdims**: boolean indicating whether the reduced dimensions should be included in the returned [`ndarray`][@stdlib/ndarray/ctor] as singleton dimensions. Default: `false`.
@@ -146,7 +146,7 @@ var ctx = {
146146
'count': 0
147147
};
148148

149-
// Perform operation:
149+
// Perform reduction:
150150
var out = someBy( x, 2, predicate, ctx );
151151
// returns <ndarray>
152152

0 commit comments

Comments
 (0)