Skip to content

Commit 13942ca

Browse files
committed
Auto-generated commit
1 parent a9c4e75 commit 13942ca

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
@@ -52,6 +52,7 @@
5252

5353
<details>
5454

55+
- [`bccd3c3`](https://github.com/stdlib-js/stdlib/commit/bccd3c3ff447205446f7a41b19134620f8ce2642) - **docs:** follow-up fixes for commits merged to `develop` on 2026-06-03 [(#12511)](https://github.com/stdlib-js/stdlib/pull/12511) _(by Philipp Burckhardt)_
5556
- [`175f77b`](https://github.com/stdlib-js/stdlib/commit/175f77bf60886a7a04c68be4ae5952efaee59e43) - **feat:** add dtype type definitions _(by Athan Reines)_
5657
- [`6d18f6b`](https://github.com/stdlib-js/stdlib/commit/6d18f6bf0dbd7f1e638c9c6f73157f77c709c11d) - **feat:** add `Int64` and `Uint64` number types _(by Athan Reines)_
5758
- [`009e8bf`](https://github.com/stdlib-js/stdlib/commit/009e8bfdd4aa743569580ece4a034cad5287926d) - **feat:** add `Descriptor` interface in `@stdlib/ndarray` module _(by Athan Reines)_

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5423,7 +5423,7 @@ declare module '@stdlib/types/number' {
54235423
type NumberDataType = IntegerDataType;
54245424

54255425
/**
5426-
* A unsigned 64-bit integer.
5426+
* An unsigned 64-bit integer.
54275427
*
54285428
* @example
54295429
* const x: Uint64 = {

0 commit comments

Comments
 (0)