Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
stdlib-bot committed Dec 16, 2024
1 parent fee7d1d commit 497f072
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

<section class="release" id="unreleased">

## Unreleased (2024-12-15)
## Unreleased (2024-12-16)

<section class="packages">

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

<details>

- [`f4eb2ab`](https://github.com/stdlib-js/stdlib/commit/f4eb2ab24e14f4fd5585765a8c303e6398a10958) - **docs:** fix comment _(by Athan Reines)_
- [`00fff89`](https://github.com/stdlib-js/stdlib/commit/00fff89d59d8b6b09d28224ef9a3980e72b6a76c) - **docs:** fix comment _(by Athan Reines)_
- [`3c1789f`](https://github.com/stdlib-js/stdlib/commit/3c1789fdfe3ae56635ddf84fb5dfe229237794fa) - **docs:** add missing private annotations and decimals _(by Philipp Burckhardt)_
- [`a87dccb`](https://github.com/stdlib-js/stdlib/commit/a87dccb53b946b45b57b9a2c6c73ba7ace49d50e) - **docs:** fix description _(by Athan Reines)_
- [`629ce7b`](https://github.com/stdlib-js/stdlib/commit/629ce7bfa31b0d263f36fd597bb67acfc87689ff) - **fix:** ensure support for typed arrays larger than 2^32-1 _(by Athan Reines)_
- [`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)_
- [`02fe522`](https://github.com/stdlib-js/stdlib/commit/02fe52268be65ac41e413c27cef0f1f83b94636a) - **refactor:** remove unused file _(by Athan Reines)_
2 changes: 1 addition & 1 deletion base/min-signed-integer-dtype/docs/types/test.ts
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ import minSignedIntegerDataType = require( './index' );

// TESTS //

// The function returns a data type..
// The function returns a data type...
{
minSignedIntegerDataType( 2 ); // $ExpectType DataType
}
2 changes: 1 addition & 1 deletion base/min-unsigned-integer-dtype/docs/types/test.ts
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ import minUnsignedIntegerDataType = require( './index' );

// TESTS //

// The function returns a data type..
// The function returns a data type...
{
minUnsignedIntegerDataType( 2 ); // $ExpectType DataType
}
5 changes: 3 additions & 2 deletions index/docs/repl.txt
Original file line number Diff line number Diff line change
@@ -59,8 +59,8 @@
Examples
--------
> var idx = new {{alias}}( [ 1, 2, 3, 4 ] );
> // ...
> {{alias}}.free( idx.id )
<boolean>


{{alias}}.get( id )
@@ -98,7 +98,7 @@
Returns
-------
out: Array|TypedArray|Object
Array data type.
Array data.

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


{{alias}}.prototype.toJSON()

0 comments on commit 497f072

Please sign in to comment.