Skip to content

Commit 916dcf7

Browse files
committed
Auto-generated commit
1 parent 01a6743 commit 916dcf7

2 files changed

Lines changed: 3 additions & 2 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 (2024-09-21)
7+
## Unreleased (2024-09-22)
88

99
<section class="packages">
1010

@@ -32,6 +32,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3232

3333
<details>
3434

35+
- [`b723a6e`](https://github.com/stdlib-js/stdlib/commit/b723a6eaec97adad2da4ffbecb532a3d1ae1e0ba) - **docs:** fix errors in comments and clean-up _(by Philipp Burckhardt)_
3536
- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
3637

3738
</details>

umask/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import umask = require( './index' );
2121

2222
// TESTS //
2323

24-
// The function returns a string or null...
24+
// The function returns a string or number...
2525
{
2626
umask(); // $ExpectType string | number
2727
umask( 0 ); // $ExpectType string | number

0 commit comments

Comments
 (0)