Skip to content

Commit 7ac045c

Browse files
committed
docs: capitalize Pearson and close backtick in stats/strided/dpcorrwd
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: passed - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: passed - task: lint_license_headers status: passed ---
1 parent d03f7d8 commit 7ac045c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)