From 0f81e0b09b89c2e14d31de47da8110ad38211bef Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 20 May 2026 00:21:19 +0000 Subject: [PATCH 1/3] docs: rephrase description in `array/base/assert/is-mostly-safe-data-type-cast` Reword the README tagline, `package.json` description, and `docs/repl.txt` opener from "Determine whether/if" and "Returns a boolean indicating whether" to "Test if" / "Tests if", matching the namespace convention used in 23 of 26 sibling packages (88.5%). --- .../base/assert/is-mostly-safe-data-type-cast/README.md | 2 +- .../base/assert/is-mostly-safe-data-type-cast/docs/repl.txt | 5 ++--- .../base/assert/is-mostly-safe-data-type-cast/package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) 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", From 22224df2897abc19e6d2c1a2a792fda9838ca235 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 20 May 2026 00:21:23 +0000 Subject: [PATCH 2/3] docs: rephrase description in `array/base/assert/is-safe-data-type-cast` Reword the README tagline, `package.json` description, and `docs/repl.txt` opener from "Determine whether/if" and "Returns a boolean indicating whether" to "Test if" / "Tests if", matching the namespace convention used in 23 of 26 sibling packages (88.5%). --- .../array/base/assert/is-safe-data-type-cast/README.md | 2 +- .../array/base/assert/is-safe-data-type-cast/docs/repl.txt | 4 ++-- .../array/base/assert/is-safe-data-type-cast/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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", From 6b32993179cc5c79fcce1caef5adec1d9255f5e3 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 20 May 2026 00:21:28 +0000 Subject: [PATCH 3/3] docs: rephrase description in `array/base/assert/is-same-kind-data-type-cast` Reword the README tagline, `package.json` description, and `docs/repl.txt` opener from "Determine whether/if" and "Returns a boolean indicating whether" to "Test if" / "Tests if", matching the namespace convention used in 23 of 26 sibling packages (88.5%). --- .../array/base/assert/is-same-kind-data-type-cast/README.md | 2 +- .../base/assert/is-same-kind-data-type-cast/docs/repl.txt | 4 ++-- .../base/assert/is-same-kind-data-type-cast/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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",