Skip to content

Commit fd75819

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent ac78548 commit fd75819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/strided/dpcorrwd/docs/types

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
@@ -75,7 +75,7 @@ interface Routine {
7575
* @param strideX - stride length of `x
7676
* @param y - second input array
7777
* @param strideY - stride length of `y`
78-
* @returns Pearson correlation coefficient
78+
* @returns sample correlation coefficient
7979
*
8080
* @example
8181
* var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)