Skip to content

Commit c79a481

Browse files
committed
docs: use "Calculate" verb in stats/strided/srangeabs description
The `package.json` "description" field and `README.md` intro blockquote previously began with the imperative verb "Compute". Across the 239 non-aggregator packages in `@stdlib/stats/strided`, 227 (95.0%) use "Calculate" in these fields. The non-abs sibling `srange` and the float64 counterpart `drangeabs` (corrected in the same series) align on "Calculate"; the JSDoc, `docs/repl.txt`, and `docs/types/index.d.ts` continue to use the gerund "Computes" (consistent across all 239 packages) and are unchanged.
1 parent b93a499 commit c79a481

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node_modules/@stdlib/stats/strided/srangeabs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# srangeabs
2222

23-
> Compute the [range][range] of absolute values of a single-precision floating-point strided array.
23+
> Calculate the [range][range] of absolute values of a single-precision floating-point strided array.
2424
2525
<section class="intro">
2626

lib/node_modules/@stdlib/stats/strided/srangeabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/stats/strided/srangeabs",
33
"version": "0.0.0",
4-
"description": "Compute the range of absolute values of a single-precision floating-point strided array.",
4+
"description": "Calculate the range of absolute values of a single-precision floating-point strided array.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

0 commit comments

Comments
 (0)