Skip to content

Commit 4df70ab

Browse files
authored
Typo (#489)
LinearAlgeebra -> LinearAlgebra
1 parent 0f8b777 commit 4df70ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ _wlstsq(vand, y, W::AbstractMatrix) = (vand' * W * vand) \ (vand' * W * y)
180180
181181
Returns the roots, or zeros, of the given polynomial.
182182
183-
For non-factored, standard basis polynomials the roots are calculated via the eigenvalues of the companion matrix. The `kwargs` are passed to the `LinearAlgeebra.eigvals` call.
183+
For non-factored, standard basis polynomials the roots are calculated via the eigenvalues of the companion matrix. The `kwargs` are passed to the `LinearAlgebra.eigvals` call.
184184
185185
!!! note
186186
The default `roots` implementation is for polynomials in the

0 commit comments

Comments
 (0)