Skip to content

Commit 6a027a4

Browse files
authored
docs: update ndarray/base TypeScript declarations
PR-URL: #12834 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 77195c3 commit 6a027a4

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
@@ -3520,10 +3520,10 @@ interface Namespace {
35203520
nulls: typeof nulls;
35213521

35223522
/**
3523-
* Creates a null-filled array having the same shape and data type as a provided input ndarray.
3523+
* Creates a null-filled ndarray having the same shape and data type as a provided input ndarray.
35243524
*
35253525
* @param x - input array
3526-
* @returns null-filled array
3526+
* @returns null-filled ndarray
35273527
*
35283528
* @example
35293529
* var getShape = require( '@stdlib/ndarray/shape' );

0 commit comments

Comments
 (0)