diff --git a/lib/node_modules/@stdlib/array/base/assert/is-mostly-safe-data-type-cast/README.md b/lib/node_modules/@stdlib/array/base/assert/is-mostly-safe-data-type-cast/README.md index 89d8dde43028..7c98fc67bbee 100644 --- a/lib/node_modules/@stdlib/array/base/assert/is-mostly-safe-data-type-cast/README.md +++ b/lib/node_modules/@stdlib/array/base/assert/is-mostly-safe-data-type-cast/README.md @@ -20,7 +20,7 @@ limitations under the License. # isMostlySafeCast -> Determine whether an array [data type][@stdlib/array/dtypes] can be safely cast or, for floating-point data types, downcast to another array [data type][@stdlib/array/dtypes]. +> Test if an array [data type][@stdlib/array/dtypes] can be safely cast or, for floating-point data types, downcast to another array [data type][@stdlib/array/dtypes]. diff --git a/lib/node_modules/@stdlib/array/base/assert/is-mostly-safe-data-type-cast/docs/repl.txt b/lib/node_modules/@stdlib/array/base/assert/is-mostly-safe-data-type-cast/docs/repl.txt index df66d2194ede..a01161d66384 100644 --- a/lib/node_modules/@stdlib/array/base/assert/is-mostly-safe-data-type-cast/docs/repl.txt +++ b/lib/node_modules/@stdlib/array/base/assert/is-mostly-safe-data-type-cast/docs/repl.txt @@ -1,8 +1,7 @@ {{alias}}( from, to ) - Returns a boolean indicating whether a provided array data type can be - safely cast or, for floating-point data types, downcast to another array - data type. + Tests if a provided array data type can be safely cast or, for + floating-point data types, downcast to another array data type. Parameters ---------- diff --git a/lib/node_modules/@stdlib/array/base/assert/is-mostly-safe-data-type-cast/package.json b/lib/node_modules/@stdlib/array/base/assert/is-mostly-safe-data-type-cast/package.json index a56c6cbd03f2..4b413a231b08 100644 --- a/lib/node_modules/@stdlib/array/base/assert/is-mostly-safe-data-type-cast/package.json +++ b/lib/node_modules/@stdlib/array/base/assert/is-mostly-safe-data-type-cast/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/array/base/assert/is-mostly-safe-data-type-cast", "version": "0.0.0", - "description": "Determine if an array data type can be safely cast or, for floating-point data types, downcast to another array data type.", + "description": "Test if an array data type can be safely cast or, for floating-point data types, downcast to another array data type.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/array/base/assert/is-safe-data-type-cast/README.md b/lib/node_modules/@stdlib/array/base/assert/is-safe-data-type-cast/README.md index 6814ef3c1bbf..0e58818945c0 100644 --- a/lib/node_modules/@stdlib/array/base/assert/is-safe-data-type-cast/README.md +++ b/lib/node_modules/@stdlib/array/base/assert/is-safe-data-type-cast/README.md @@ -20,7 +20,7 @@ limitations under the License. # isSafeCast -> Determine whether an array [data type][@stdlib/array/dtypes] can be safely cast to another array [data type][@stdlib/array/dtypes]. +> Test if an array [data type][@stdlib/array/dtypes] can be safely cast to another array [data type][@stdlib/array/dtypes]. diff --git a/lib/node_modules/@stdlib/array/base/assert/is-safe-data-type-cast/docs/repl.txt b/lib/node_modules/@stdlib/array/base/assert/is-safe-data-type-cast/docs/repl.txt index 276ae51b3d61..90e54af8fe36 100644 --- a/lib/node_modules/@stdlib/array/base/assert/is-safe-data-type-cast/docs/repl.txt +++ b/lib/node_modules/@stdlib/array/base/assert/is-safe-data-type-cast/docs/repl.txt @@ -1,7 +1,7 @@ {{alias}}( from, to ) - Returns a boolean indicating whether a provided array data type can be - safely cast to another array data type. + Tests if a provided array data type can be safely cast to another array + data type. Parameters ---------- diff --git a/lib/node_modules/@stdlib/array/base/assert/is-safe-data-type-cast/package.json b/lib/node_modules/@stdlib/array/base/assert/is-safe-data-type-cast/package.json index b78bbc2399a8..c9ff8cf90bc6 100644 --- a/lib/node_modules/@stdlib/array/base/assert/is-safe-data-type-cast/package.json +++ b/lib/node_modules/@stdlib/array/base/assert/is-safe-data-type-cast/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/array/base/assert/is-safe-data-type-cast", "version": "0.0.0", - "description": "Determine if an array data type can be safely cast to another array data type.", + "description": "Test if an array data type can be safely cast to another array data type.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", diff --git a/lib/node_modules/@stdlib/array/base/assert/is-same-kind-data-type-cast/README.md b/lib/node_modules/@stdlib/array/base/assert/is-same-kind-data-type-cast/README.md index f7afa4c024d4..446350bfd299 100644 --- a/lib/node_modules/@stdlib/array/base/assert/is-same-kind-data-type-cast/README.md +++ b/lib/node_modules/@stdlib/array/base/assert/is-same-kind-data-type-cast/README.md @@ -20,7 +20,7 @@ limitations under the License. # isSameKindCast -> Determine whether an array [data type][@stdlib/array/dtypes] can be safely cast to, or is of the same "kind" as, another array [data type][@stdlib/array/dtypes]. +> Test if an array [data type][@stdlib/array/dtypes] can be safely cast to, or is of the same "kind" as, another array [data type][@stdlib/array/dtypes]. diff --git a/lib/node_modules/@stdlib/array/base/assert/is-same-kind-data-type-cast/docs/repl.txt b/lib/node_modules/@stdlib/array/base/assert/is-same-kind-data-type-cast/docs/repl.txt index f9a0449951ba..3fab6907a3c2 100644 --- a/lib/node_modules/@stdlib/array/base/assert/is-same-kind-data-type-cast/docs/repl.txt +++ b/lib/node_modules/@stdlib/array/base/assert/is-same-kind-data-type-cast/docs/repl.txt @@ -1,7 +1,7 @@ {{alias}}( from, to ) - Returns a boolean indicating whether a provided array data type can be - safely cast to, or is of the same "kind" as, another array data type. + Tests if a provided array data type can be safely cast to, or is of the + same "kind" as, another array data type. Parameters ---------- diff --git a/lib/node_modules/@stdlib/array/base/assert/is-same-kind-data-type-cast/package.json b/lib/node_modules/@stdlib/array/base/assert/is-same-kind-data-type-cast/package.json index d5b377985154..f77511e34b7c 100644 --- a/lib/node_modules/@stdlib/array/base/assert/is-same-kind-data-type-cast/package.json +++ b/lib/node_modules/@stdlib/array/base/assert/is-same-kind-data-type-cast/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/array/base/assert/is-same-kind-data-type-cast", "version": "0.0.0", - "description": "Determine if an array data type can be safely cast to, or is of the same kind as, another array data type.", + "description": "Test if an array data type can be safely cast to, or is of the same kind as, another array data type.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors",