Skip to content

Commit 4c7ae89

Browse files
committed
typo
1 parent ca1adfc commit 4c7ae89

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
@@ -704,7 +704,7 @@ isconstant(p::AbstractPolynomial) = degree(p) <= 0 && firstindex(p) == 0
704704
coeffs(::AbstractLaurentUnivariatePolynomial)
705705
706706
For a dense, univariate polynomial return the coefficients ``(a_0, a_1, \\dots, a_n)``
707-
as an interable. This may be a vector or tuple, and may alias the
707+
as an iterable. This may be a vector or tuple, and may alias the
708708
polynomials coefficients.
709709
710710
For a Laurent type polynomial (e.g. `LaurentPolynomial`, `SparsePolynomial`) return the coefficients ``(a_i, a_{i+1}, \\dots, a_j)`` where

0 commit comments

Comments
 (0)