Skip to content

Commit 628110a

Browse files
committed
Auto-generated commit
1 parent 4117195 commit 628110a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ A total of 40 issues were closed in this release:
708708

709709
<details>
710710

711+
- [`afa33d2`](https://github.com/stdlib-js/stdlib/commit/afa33d21dadcaf449b9950ea9ec30a12f4596738) - **docs:** update examples [(#9700)](https://github.com/stdlib-js/stdlib/pull/9700) _(by stdlib-bot)_
711712
- [`fdfdf13`](https://github.com/stdlib-js/stdlib/commit/fdfdf139a4f787dd67d5cdcf94130bf6469c92a2) - **docs:** fix example to ensure valid type promotion _(by Athan Reines)_
712713
- [`f738a37`](https://github.com/stdlib-js/stdlib/commit/f738a37c1cc32a740c7ecc4cbc7982eca26f67d2) - **feat:** add `ternaryBlockSize` to namespace _(by Athan Reines)_
713714
- [`b490370`](https://github.com/stdlib-js/stdlib/commit/b49037059ac498f7e864cb83f0cf59b3feb3b459) - **feat:** add `ternaryLoopOrder` to namespace _(by Athan Reines)_

base/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ interface Namespace {
414414
*
415415
* @example
416416
* var dt = ns.binaryOutputDataType( 'float64', 'float32', 'complex_floating_point' );
417-
* // returns <string>
417+
* // returns <DataType>
418418
*/
419419
binaryOutputDataType: typeof binaryOutputDataType;
420420

@@ -4545,7 +4545,7 @@ interface Namespace {
45454545
*
45464546
* @example
45474547
* var dt = ns.unaryOutputDataType( 'float64', 'complex_floating_point' );
4548-
* // returns <string>
4548+
* // returns <DataType>
45494549
*/
45504550
unaryOutputDataType: typeof unaryOutputDataType;
45514551

0 commit comments

Comments
 (0)