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/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",