Skip to content

Commit afa33d2

Browse files
authored
docs: update examples
PR-URL: #9700 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent a3ddcf5 commit afa33d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/ndarray/base/docs/types

lib/node_modules/@stdlib/ndarray/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)