Skip to content

Commit e616ec3

Browse files
authored
docs: capitalize Pearson and close backtick in stats/strided/dpcorrwd
PR-URL: #11515 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent da1d1ef commit e616ec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/strided/dpcorrwd/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ interface Routine {
7272
*
7373
* @param N - number of indexed elements
7474
* @param x - first input array
75-
* @param strideX - stride length of `x
75+
* @param strideX - stride length of `x`
7676
* @param y - second input array
7777
* @param strideY - stride length of `y`
7878
* @returns sample correlation coefficient

lib/node_modules/@stdlib/stats/strided/dpcorrwd/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/dpcorrwd",
33
"version": "0.0.0",
4-
"description": "Calculate the pearson correlation coefficient of two double-precision floating-point strided arrays using Welford's algorithm.",
4+
"description": "Calculate the Pearson correlation coefficient of two double-precision floating-point strided arrays using Welford's algorithm.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

0 commit comments

Comments
 (0)