Skip to content

Commit 7ef9e1f

Browse files
committed
Auto-generated commit
1 parent 9cb4337 commit 7ef9e1f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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 (2025-01-11)
7+
## Unreleased (2025-01-13)
88

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`1634973`](https://github.com/stdlib-js/stdlib/commit/16349736f27970606eda37417f4d2c868d9f1457) - **docs:** add note _(by Athan Reines)_
2526
- [`e588900`](https://github.com/stdlib-js/stdlib/commit/e5889000cb438ee4ea7f1ba8c9a2922b71a9c462) - **chore:** fix meta data _(by Athan Reines)_
2627
- [`14073ce`](https://github.com/stdlib-js/stdlib/commit/14073ce88718e9a4979110bb5390c9e6fd53a322) - **docs:** fix return type _(by Athan Reines)_
2728
- [`5e72ffb`](https://github.com/stdlib-js/stdlib/commit/5e72ffbd59654061d22173d326e9d66dfe4ed0d3) - **refactor:** allow input to be any array-like object of numbers _(by Athan Reines)_

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ var idx = normalizeIndices( [ 15, -15 ], 10 );
100100
## Notes
101101

102102
- The function mutates the input array, even when provided an out-of-bounds index. If mutation is undesired, copy the input array before calling this function.
103+
- During normalization, a negative index is converted to a nonnegative index according to `max + idx + 1`. If, after normalization, the resolved index is still negative, the value is considered out-of-bounds.
103104

104105
</section>
105106

0 commit comments

Comments
 (0)