Skip to content

Commit 708ae9a

Browse files
committed
Auto-generated commit
1 parent 8f172bf commit 708ae9a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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 (2026-04-09)
7+
## Unreleased (2026-04-10)
88

99
<section class="features">
1010

@@ -832,6 +832,7 @@ A total of 46 issues were closed in this release:
832832

833833
<details>
834834

835+
- [`8bac83f`](https://github.com/stdlib-js/stdlib/commit/8bac83f2664cdc3a7023421d7ab583c9d8b3b1eb) - **docs:** update examples _(by Athan Reines)_
835836
- [`a04c190`](https://github.com/stdlib-js/stdlib/commit/a04c1901314a04f6edee35ac2dfcebb4275a9811) - **chore:** fix C lint errors [(#11335)](https://github.com/stdlib-js/stdlib/pull/11335) _(by Geo Daoyu, Athan Reines)_
836837
- [`e47ee45`](https://github.com/stdlib-js/stdlib/commit/e47ee4551cf19ad584361fb80c9eed84ff9ea792) - **fix:** resolve bugs, docs, and JSDoc type errors [(#11337)](https://github.com/stdlib-js/stdlib/pull/11337) _(by Philipp Burckhardt)_
837838
- [`d1a105c`](https://github.com/stdlib-js/stdlib/commit/d1a105c74fb2d139c4e6aba1b4aee6188c2aea64) - **test:** update tests to align with increased specificity _(by Athan Reines)_

to-string/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { ndarray } from '@stdlib/types/ndarray';
3333
* @returns string representation
3434
*
3535
* @example
36-
* var array = require( `@stdlib/ndarray/array` );
36+
* var array = require( '@stdlib/ndarray/array' );
3737
*
3838
* var x = array( [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] );
3939
* // returns <ndarray>

0 commit comments

Comments
 (0)