We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6f06b commit b9678e1Copy full SHA for b9678e1
src/mono.jl
@@ -11,7 +11,7 @@ struct Monomial{C} <: AbstractMonomial
11
12
function Monomial{C}(vars::Vector{PolyVar{C}}, z::Vector{Int}) where {C}
13
if length(vars) != length(z)
14
- throw(ArgumentError("There should be as many vars than exponents"))
+ throw(ArgumentError("There should be as many variables as exponents"))
15
end
16
new(vars, z)
17
0 commit comments