diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a66a8d..d97ebbfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-12-15) +## Unreleased (2024-12-16)
@@ -869,7 +869,10 @@ A total of 12 people contributed to this release. Thank you to the following con
+- [`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)_ diff --git a/base/min-signed-integer-dtype/docs/types/test.ts b/base/min-signed-integer-dtype/docs/types/test.ts index ba6e813e..fef0fb29 100644 --- a/base/min-signed-integer-dtype/docs/types/test.ts +++ b/base/min-signed-integer-dtype/docs/types/test.ts @@ -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 } diff --git a/base/min-unsigned-integer-dtype/docs/types/test.ts b/base/min-unsigned-integer-dtype/docs/types/test.ts index a7335360..74edbce9 100644 --- a/base/min-unsigned-integer-dtype/docs/types/test.ts +++ b/base/min-unsigned-integer-dtype/docs/types/test.ts @@ -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 } diff --git a/index/docs/repl.txt b/index/docs/repl.txt index d2e4cd7a..b4442db9 100644 --- a/index/docs/repl.txt +++ b/index/docs/repl.txt @@ -59,8 +59,8 @@ Examples -------- > var idx = new {{alias}}( [ 1, 2, 3, 4 ] ); - > // ... > {{alias}}.free( idx.id ) + {{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() + {{alias}}.prototype.toJSON()