Skip to content

Commit 165c074

Browse files
committed
feat: update math/tools TypeScript declarations
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent d2b02fe commit 165c074

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/math/tools/docs/types

lib/node_modules/@stdlib/math/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( '@stdlib/math/base/special/abs' );
4040
* var dispatch = require( '@stdlib/ndarray/dispatch' );
41-
* var ndarrayUnary = require( '@stdlib/ndarray/base/unary' );
41+
* var ns.unary = 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( ndarrayUnary, types, data, 2, 1, 1 );
55+
* var dispatcher = dispatch( ns.unary, types, data, 2, 1, 1 );
5656
*
5757
* var idt = [ 'float64', 'float32', 'generic' ];
5858
* var odt = idt;

0 commit comments

Comments
 (0)