File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55<section class="release" id="unreleased">
66
7- ## Unreleased (2026-06-01 )
7+ ## Unreleased (2026-06-04 )
88
99<section class="features">
1010
@@ -963,6 +963,7 @@ A total of 50 issues were closed in this release:
963963
964964<details>
965965
966+ - [`7587c51`](https://github.com/stdlib-js/stdlib/commit/7587c516c9cf38a7048079bf01c42135061b8d98) - **docs:** propagate TSDoc declaration fixes to sibling packages [(#12524)](https://github.com/stdlib-js/stdlib/pull/12524) _(by Philipp Burckhardt)_
966967- [`f7a08b6`](https://github.com/stdlib-js/stdlib/commit/f7a08b6ce746cb67f028eabec46455e0642e3758) - **docs:** align `package.json` descriptions with imperative-mood convention [(#12431)](https://github.com/stdlib-js/stdlib/pull/12431) _(by Philipp Burckhardt)_
967968- [`510d710`](https://github.com/stdlib-js/stdlib/commit/510d7100ba882850675520a6fe8be6219fb05076) - **docs:** propagate recent develop fixes to sibling packages [(#12400)](https://github.com/stdlib-js/stdlib/pull/12400) _(by Philipp Burckhardt)_
968969- [`9d35248`](https://github.com/stdlib-js/stdlib/commit/9d3524866ec6833c164e5f56bc6197d63faafb48) - **docs:** update related packages sections [(#12386)](https://github.com/stdlib-js/stdlib/pull/12386) _(by stdlib-bot)_
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ interface Routine {
8888 /**
8989 * Returns a function for returning an index according to a provided index mode.
9090 *
91- * @param { string } mode - specifies how to handle an out-of-bounds index
92- * @returns { Function } function for returning an index
91+ * @param mode - specifies how to handle an out-of-bounds index
92+ * @returns function for returning an index
9393 *
9494 * @example
9595 * var fcn = ind.factory( 'clamp' );
You can’t perform that action at this time.
0 commit comments