Skip to content

Commit ee470ea

Browse files
authored
Update MultivariatePolynomials.jl
1 parent bd208ad commit ee470ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MultivariatePolynomials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Abstract type for a monomial, i.e. a product of variables elevated to a nonnegat
4747
abstract type AbstractMonomial <: AbstractMonomialLike end
4848

4949
"""
50-
AbstractTerm{T} <: AbstractTerm{T}
50+
AbstractTerm{T} <: AbstractTermLike{T}
5151
5252
Abstract type for a term of coefficient type `T`, i.e. the product between a value of type `T` and a monomial.
5353
"""

0 commit comments

Comments
 (0)