diff --git a/lib/node_modules/@stdlib/ndarray/base/falses-like/docs/types/index.d.ts b/lib/node_modules/@stdlib/ndarray/base/falses-like/docs/types/index.d.ts index 1b463096269e..aafc1a128bec 100644 --- a/lib/node_modules/@stdlib/ndarray/base/falses-like/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/ndarray/base/falses-like/docs/types/index.d.ts @@ -26,7 +26,7 @@ import { typedndarray } from '@stdlib/types/ndarray'; * Creates an ndarray filled with `false` values and having the same shape and data type as a provided input ndarray. * * @param x - input array -* @returns filled ndarray +* @returns `false`-filled array * * @example * var getShape = require( '@stdlib/ndarray/shape' ); diff --git a/lib/node_modules/@stdlib/ndarray/base/falses-like/package.json b/lib/node_modules/@stdlib/ndarray/base/falses-like/package.json index 4906ce8a0aaf..5a536c5b645c 100644 --- a/lib/node_modules/@stdlib/ndarray/base/falses-like/package.json +++ b/lib/node_modules/@stdlib/ndarray/base/falses-like/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/ndarray/base/falses-like", "version": "0.0.0", - "description": "Create an ndarray filled with `false` values and having the same shape and data type as a provided ndarray.", + "description": "Create an ndarray filled with false values and having the same shape and data type as a provided ndarray.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/ndarray/base/trues-like/docs/types/index.d.ts b/lib/node_modules/@stdlib/ndarray/base/trues-like/docs/types/index.d.ts index 2ea0a7a4cb2a..f2b0c4361d5b 100644 --- a/lib/node_modules/@stdlib/ndarray/base/trues-like/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/ndarray/base/trues-like/docs/types/index.d.ts @@ -26,7 +26,7 @@ import { typedndarray } from '@stdlib/types/ndarray'; * Creates an ndarray filled with `true` values and having the same shape and data type as a provided input ndarray. * * @param x - input array -* @returns filled ndarray +* @returns `true`-filled array * * @example * var getShape = require( '@stdlib/ndarray/shape' ); diff --git a/lib/node_modules/@stdlib/ndarray/base/trues-like/package.json b/lib/node_modules/@stdlib/ndarray/base/trues-like/package.json index 24d269401cf1..9f19ca4f5de7 100644 --- a/lib/node_modules/@stdlib/ndarray/base/trues-like/package.json +++ b/lib/node_modules/@stdlib/ndarray/base/trues-like/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/ndarray/base/trues-like", "version": "0.0.0", - "description": "Create an ndarray filled with `true` values and having the same shape and data type as a provided ndarray.", + "description": "Create an ndarray filled with true values and having the same shape and data type as a provided ndarray.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors",