Skip to content

Commit 497f072

Browse files
committed
Auto-generated commit
1 parent fee7d1d commit 497f072

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 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-12-15)
7+
## Unreleased (2024-12-16)
88

99
<section class="packages">
1010

@@ -869,7 +869,10 @@ A total of 12 people contributed to this release. Thank you to the following con
869869

870870
<details>
871871

872+
- [`f4eb2ab`](https://github.com/stdlib-js/stdlib/commit/f4eb2ab24e14f4fd5585765a8c303e6398a10958) - **docs:** fix comment _(by Athan Reines)_
873+
- [`00fff89`](https://github.com/stdlib-js/stdlib/commit/00fff89d59d8b6b09d28224ef9a3980e72b6a76c) - **docs:** fix comment _(by Athan Reines)_
872874
- [`3c1789f`](https://github.com/stdlib-js/stdlib/commit/3c1789fdfe3ae56635ddf84fb5dfe229237794fa) - **docs:** add missing private annotations and decimals _(by Philipp Burckhardt)_
875+
- [`a87dccb`](https://github.com/stdlib-js/stdlib/commit/a87dccb53b946b45b57b9a2c6c73ba7ace49d50e) - **docs:** fix description _(by Athan Reines)_
873876
- [`629ce7b`](https://github.com/stdlib-js/stdlib/commit/629ce7bfa31b0d263f36fd597bb67acfc87689ff) - **fix:** ensure support for typed arrays larger than 2^32-1 _(by Athan Reines)_
874877
- [`b8c41df`](https://github.com/stdlib-js/stdlib/commit/b8c41df78cd2cdc9cd3c3c6b223759d32f4f6e14) - **docs:** update related packages sections [(#3915)](https://github.com/stdlib-js/stdlib/pull/3915) _(by stdlib-bot)_
875878
- [`02fe522`](https://github.com/stdlib-js/stdlib/commit/02fe52268be65ac41e413c27cef0f1f83b94636a) - **refactor:** remove unused file _(by Athan Reines)_

base/min-signed-integer-dtype/docs/types/test.ts

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

2222
// TESTS //
2323

24-
// The function returns a data type..
24+
// The function returns a data type...
2525
{
2626
minSignedIntegerDataType( 2 ); // $ExpectType DataType
2727
}

base/min-unsigned-integer-dtype/docs/types/test.ts

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

2222
// TESTS //
2323

24-
// The function returns a data type..
24+
// The function returns a data type...
2525
{
2626
minUnsignedIntegerDataType( 2 ); // $ExpectType DataType
2727
}

index/docs/repl.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
Examples
6060
--------
6161
> var idx = new {{alias}}( [ 1, 2, 3, 4 ] );
62-
> // ...
6362
> {{alias}}.free( idx.id )
63+
<boolean>
6464

6565

6666
{{alias}}.get( id )
@@ -98,7 +98,7 @@
9898
Returns
9999
-------
100100
out: Array|TypedArray|Object
101-
Array data type.
101+
Array data.
102102

103103
Examples
104104
--------
@@ -181,6 +181,7 @@
181181
--------
182182
> var idx = new {{alias}}( [ 1, 2, 3, 4 ] );
183183
> idx.toString()
184+
<string>
184185

185186

186187
{{alias}}.prototype.toJSON()

0 commit comments

Comments
 (0)