Skip to content

Commit 4b3f6b6

Browse files
committed
docs: fix missing periods
--- 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: na - 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: na - task: lint_license_headers status: passed ---
1 parent 4ea82ac commit 4b3f6b6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/node_modules/@stdlib/stats/base/ztest/one-sample/results/factory/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ declare class ResultsStruct<T> {
113113
ci: T;
114114

115115
/**
116-
* Value of the mean under the null hypothesis
116+
* Value of the mean under the null hypothesis.
117117
*/
118118
nullValue: number;
119119

lib/node_modules/@stdlib/stats/base/ztest/one-sample/results/float32/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ declare class ResultsStruct {
113113
ci: Float32Array;
114114

115115
/**
116-
* Value of the mean under the null hypothesis
116+
* Value of the mean under the null hypothesis.
117117
*/
118118
nullValue: number;
119119

lib/node_modules/@stdlib/stats/base/ztest/one-sample/results/float64/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ declare class ResultsStruct {
113113
ci: Float64Array;
114114

115115
/**
116-
* Value of the mean under the null hypothesis
116+
* Value of the mean under the null hypothesis.
117117
*/
118118
nullValue: number;
119119

lib/node_modules/@stdlib/stats/base/ztest/one-sample/results/struct-factory/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ declare class Struct<T> {
108108
ci: T;
109109

110110
/**
111-
* Value of the mean under the null hypothesis
111+
* Value of the mean under the null hypothesis.
112112
*/
113113
nullValue: number;
114114

0 commit comments

Comments
 (0)