Skip to content

Commit b9678e1

Browse files
committed
fix typo
1 parent 0a6f06b commit b9678e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ struct Monomial{C} <: AbstractMonomial
1111

1212
function Monomial{C}(vars::Vector{PolyVar{C}}, z::Vector{Int}) where {C}
1313
if length(vars) != length(z)
14-
throw(ArgumentError("There should be as many vars than exponents"))
14+
throw(ArgumentError("There should be as many variables as exponents"))
1515
end
1616
new(vars, z)
1717
end

0 commit comments

Comments
 (0)