diff --git a/lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts b/lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts index 3f4eed2d5af3..f81f37b8f974 100644 --- a/lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts @@ -3520,10 +3520,10 @@ interface Namespace { nulls: typeof nulls; /** - * Creates a null-filled array having the same shape and data type as a provided input ndarray. + * Creates a null-filled ndarray having the same shape and data type as a provided input ndarray. * * @param x - input array - * @returns null-filled array + * @returns null-filled ndarray * * @example * var getShape = require( '@stdlib/ndarray/shape' );