Skip to content

Commit 3eaedd3

Browse files
committed
docs: use "Calculate" verb in stats/strided/drangeabs 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; only 5 packages — all `*abs` variants — used "Compute". The non-abs sibling `drange` and the generic abs sibling `rangeabs` both already say "Calculate"; the JSDoc, `docs/repl.txt`, and `docs/types/index.d.ts` continue to use the gerund "Computes", consistent with sibling convention and unchanged by this commit.
1 parent 58bbb07 commit 3eaedd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node_modules/@stdlib/stats/strided/drangeabs/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
# drangeabs
2222

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

lib/node_modules/@stdlib/stats/strided/drangeabs/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/drangeabs",
33
"version": "0.0.0",
4-
"description": "Compute the range of absolute values of a double-precision floating-point strided array.",
4+
"description": "Calculate the range of absolute values of a double-precision floating-point strided array.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

0 commit comments

Comments
 (0)