Skip to content

Commit 2253bf2

Browse files
committed
Auto-generated commit
1 parent d23e9c5 commit 2253bf2

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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)_

base/ind/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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' );

0 commit comments

Comments
 (0)