Skip to content

Commit bda7af2

Browse files
committed
Fix REPL lint errors
1 parent 2da7213 commit bda7af2

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

lib/node_modules/@stdlib/stats/chi2gof/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
out.method: string
8585
Name of test.
8686

87-
out.print: function
87+
out.print: Function
8888
Function to print formatted output.
8989

9090
Examples

lib/node_modules/@stdlib/stats/kstest/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
out.method: string
7171
Name of test.
7272

73-
out.print: function
73+
out.print: Function
7474
Function to print formatted output.
7575

7676
Examples

lib/node_modules/@stdlib/stats/pcorrtest/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
out.pValue: number
5050
p-value of the test.
5151

52-
out.statistic: number.
52+
out.statistic: number
5353
Value of test statistic.
5454

5555
out.ci: Array<number>
@@ -66,7 +66,7 @@
6666
out.method: string
6767
Name of test.
6868

69-
out.print: function
69+
out.print: Function
7070
Function to print formatted output.
7171

7272
Examples

lib/node_modules/@stdlib/stats/ttest/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
out.pValue: number
5353
p-value of the test.
5454

55-
out.statistic: number.
55+
out.statistic: number
5656
Value of test statistic.
5757

5858
out.ci: Array<number>
@@ -76,7 +76,7 @@
7676
out.method: string
7777
Name of test.
7878

79-
out.print: function
79+
out.print: Function
8080
Function to print formatted output.
8181

8282
Examples

lib/node_modules/@stdlib/stats/ttest2/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
out.method: string
8282
Name of test.
8383

84-
out.print: function
84+
out.print: Function
8585
Function to print formatted output.
8686

8787
Examples

lib/node_modules/@stdlib/stats/ztest/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
out.method: string
6767
Name of test (`One-Sample z-test`).
6868

69-
out.print: function
69+
out.print: Function
7070
Function to print formatted output.
7171

7272
Examples

lib/node_modules/@stdlib/stats/ztest2/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
out.method: string
7777
Name of test.
7878

79-
out.print: function
79+
out.print: Function
8080
Function to print formatted output.
8181

8282
Examples

0 commit comments

Comments
 (0)