diff --git a/lib/node_modules/@stdlib/stats/strided/dpcorrwd/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/strided/dpcorrwd/docs/types/index.d.ts index 9f9b79b235ff..79be50dba748 100644 --- a/lib/node_modules/@stdlib/stats/strided/dpcorrwd/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/strided/dpcorrwd/docs/types/index.d.ts @@ -72,7 +72,7 @@ interface Routine { * * @param N - number of indexed elements * @param x - first input array -* @param strideX - stride length of `x +* @param strideX - stride length of `x` * @param y - second input array * @param strideY - stride length of `y` * @returns sample correlation coefficient diff --git a/lib/node_modules/@stdlib/stats/strided/dpcorrwd/package.json b/lib/node_modules/@stdlib/stats/strided/dpcorrwd/package.json index 7fdfb8c76b61..e28b7319ae36 100644 --- a/lib/node_modules/@stdlib/stats/strided/dpcorrwd/package.json +++ b/lib/node_modules/@stdlib/stats/strided/dpcorrwd/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/stats/strided/dpcorrwd", "version": "0.0.0", - "description": "Calculate the pearson correlation coefficient of two double-precision floating-point strided arrays using Welford's algorithm.", + "description": "Calculate the Pearson correlation coefficient of two double-precision floating-point strided arrays using Welford's algorithm.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors",