Skip to content

Commit 51f600a

Browse files
committed
Auto-generated commit
1 parent 492c67b commit 51f600a

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-08-18)
7+
## Unreleased (2025-08-25)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`3d2f3c7`](https://github.com/stdlib-js/stdlib/commit/3d2f3c70a73bfb11428d490e91c04f4744d32d23) - **docs:** clean-up example code _(by Philipp Burckhardt)_
1516
- [`a69e423`](https://github.com/stdlib-js/stdlib/commit/a69e423dc4990692cdf4ce6648544ba30594d7cb) - **docs:** update related packages sections [(#4265)](https://github.com/stdlib-js/stdlib/pull/4265) _(by stdlib-bot, Philipp Burckhardt)_
1617

1718
</details>

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ Sivam Das <100067002+Sivam2313@users.noreply.github.com>
189189
Snehil Shah <snehilshah.989@gmail.com>
190190
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
191191
Spandan Barve <contact@marsian.dev>
192+
Srinivas Batthula <srinivasbatthula05.official@gmail.com>
192193
Stephannie Jiménez Gacha <steff456@hotmail.com>
193194
Suhaib Ilahi <suhaib.elahi87@gmail.com>
194195
Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* // returns 'ast man standing'
3131
*
3232
* out = removeFirst( 'Hidden Treasures', 1 );
33-
* // returns 'idden Treasures';
33+
* // returns 'idden Treasures'
3434
*/
3535

3636
// MODULES //

0 commit comments

Comments
 (0)