Skip to content

Commit 92d4d21

Browse files
committed
Auto-generated commit
1 parent 51c0c5d commit 92d4d21

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
@@ -706,6 +706,7 @@ A total of 72 issues were closed in this release:
706706

707707
<details>
708708

709+
- [`546d714`](https://github.com/stdlib-js/stdlib/commit/546d71415bfaa6861cb8757741e1c465c7759590) - **docs:** fix example code and return annotations in TSDoc declarations _(by Philipp Burckhardt)_
709710
- [`42b871c`](https://github.com/stdlib-js/stdlib/commit/42b871c36e81b4b81737c9007b431e005adebaea) - **feat:** update math scaffold databases [(#8764)](https://github.com/stdlib-js/stdlib/pull/8764) _(by stdlib-bot)_
710711
- [`da3c88a`](https://github.com/stdlib-js/stdlib/commit/da3c88a5810677cb4d5d5f1060427448448c7ae3) - **chore:** add structured package data for `math/base/special/cphasef` [(#8751)](https://github.com/stdlib-js/stdlib/pull/8751) _(by Aman Singh, Athan Reines)_
711712
- [`6838830`](https://github.com/stdlib-js/stdlib/commit/6838830a8b3d310296bae08a191051a163a804ca) - **feat:** update math scaffold databases [(#8740)](https://github.com/stdlib-js/stdlib/pull/8740) _(by stdlib-bot)_

tools/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ interface Namespace {
3838
* @example
3939
* var base = require( './../../../base/special/abs' );
4040
* var dispatch = require( '@stdlib/ndarray/dispatch' );
41-
* var unary = require( '@stdlib/ndarray/base/unary' );
41+
* var ndarrayUnary = require( '@stdlib/ndarray/base/unary' );
4242
* var ndarray2array = require( '@stdlib/ndarray/to-array' );
4343
* var array = require( '@stdlib/ndarray/array' );
4444
*
@@ -52,7 +52,7 @@ interface Namespace {
5252
* base,
5353
* base
5454
* ];
55-
* var dispatcher = dispatch( unary, types, data, 2, 1, 1 );
55+
* var dispatcher = dispatch( ndarrayUnary, types, data, 2, 1, 1 );
5656
*
5757
* var idt = [ 'float64', 'float32', 'generic' ];
5858
* var odt = idt;

0 commit comments

Comments
 (0)