Skip to content

Commit b693387

Browse files
committed
docs: use "Calculate" verb in stats/strided/dmidrangeabs 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 `dmidrange` and the generic abs sibling `midrangeabs` both say "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 4376044 commit b693387

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

lib/node_modules/@stdlib/stats/strided/dmidrangeabs/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/dmidrangeabs",
33
"version": "0.0.0",
4-
"description": "Compute the mid-range of absolute values of a double-precision floating-point strided array.",
4+
"description": "Calculate the mid-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)