Commit 3eaedd3
committed
docs: use "Calculate" verb in
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.stats/strided/drangeabs description1 parent 58bbb07 commit 3eaedd3
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments