Skip to content

Commit 15d22e2

Browse files
committed
Auto-generated commit
1 parent a33b9be commit 15d22e2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

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

1313
<details>
1414

15+
- [`8d35b2b`](https://github.com/stdlib-js/stdlib/commit/8d35b2b4214dcf3ec69fd86b44ae2d6fc4cd0645) - **docs:** update `string/base` TypeScript declarations [(#12619)](https://github.com/stdlib-js/stdlib/pull/12619) _(by stdlib-bot)_
1516
- [`d763013`](https://github.com/stdlib-js/stdlib/commit/d763013646aa16f7e4d32211249397f9a8ce5789) - **docs:** update `string` TypeScript declarations [(#12620)](https://github.com/stdlib-js/stdlib/pull/12620) _(by stdlib-bot)_
1617

1718
</details>

base/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ interface Namespace {
12561256
rpad: typeof rpad;
12571257

12581258
/**
1259-
* Trims whitespace from the end of a string.
1259+
* Trims whitespace characters from the end of a string.
12601260
*
12611261
* @param str - input string
12621262
* @returns trimmed string

0 commit comments

Comments
 (0)