Skip to content

Commit 63238b7

Browse files
committed
Auto-generated commit
1 parent 528d407 commit 63238b7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
<details>
4242

43+
- [`4b1307f`](https://github.com/stdlib-js/stdlib/commit/4b1307f5f7a8e2d718f067772534505ca27aa0da) - **docs:** update `ndarray` TypeScript declarations [(#12746)](https://github.com/stdlib-js/stdlib/pull/12746) _(by stdlib-bot)_
4344
- [`de39564`](https://github.com/stdlib-js/stdlib/commit/de395643f761c77298491ab507475a32ab8402e9) - **docs:** update related packages sections [(#12743)](https://github.com/stdlib-js/stdlib/pull/12743) _(by stdlib-bot)_
4445
- [`098451f`](https://github.com/stdlib-js/stdlib/commit/098451fcfd33729cc05260ae5c74113819741f80) - **fix:** widen `mode` option type in `ndarray/sub2ind` to accept a single mode [(#12628)](https://github.com/stdlib-js/stdlib/pull/12628) _(by Philipp Burckhardt, Athan Reines)_
4546
- [`b696736`](https://github.com/stdlib-js/stdlib/commit/b696736186a5c6acce24c49f6b613832941c0cf1) - **fix:** bind generic type parameter to input ndarray in `ndarray/with` [(#12626)](https://github.com/stdlib-js/stdlib/pull/12626) _(by Philipp Burckhardt)_

docs/types/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3781,9 +3781,10 @@ interface Namespace {
37813781
* @param args - subscripts followed by an optional options object
37823782
* @throws first argument must be an array-like object containing nonnegative integers
37833783
* @throws subscripts must be integer valued
3784+
* @throws options argument must be an object
37843785
* @throws must provide valid options
37853786
* @throws must provide subscripts which do not exceed array dimensions
3786-
* @throws number of subscripts much match the number of dimensions
3787+
* @throws number of subscripts must match the number of dimensions
37873788
* @returns linear index
37883789
*
37893790
* @example

0 commit comments

Comments
 (0)