Skip to content

Commit 2c89f06

Browse files
committed
fix documentation
1 parent e607229 commit 2c89f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/robhatreg.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Perform robust regression using the robust hat matrix method.
5656
# Returns
5757
5858
- A dictionary containing the following
59-
- `betas::AbstractVector`: The estimated coefficients.
59+
- `betas::AbstractVector`: The estimated coefficients.
6060
6161
# References
6262
@@ -82,7 +82,7 @@ Perform robust regression using the robust hat matrix method.
8282
# Returns
8383
8484
- A dictionary containing the following
85-
- `betas::AbstractVector`: The estimated coefficients.
85+
- `betas::AbstractVector`: The estimated coefficients.
8686
8787
# References
8888

0 commit comments

Comments
 (0)