Skip to content

Commit 4376044

Browse files
committed
docs: use "Calculate" verb in stats/strided/nanrangeabs description
The `package.json` "description" field began with the imperative verb "Compute". Across the 239 non-aggregator packages in `@stdlib/stats/strided`, 227 (95.0%) use "Calculate" in this field. The `README.md` intro blockquote was already using "Calculate", so only `package.json` is updated to restore consistency between the two human-facing description sources. The non-abs sibling `nanrange` and same-suffix sibling `rangeabs` both say "Calculate"; JSDoc, `docs/repl.txt`, and `docs/types/index.d.ts` continue to use the gerund "Computes" and are unchanged.
1 parent c79a481 commit 4376044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/strided/nanrangeabs

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

0 commit comments

Comments
 (0)