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 40a4f18 commit eb5302eCopy full SHA for eb5302e
src/algorithms/groebner-bases.jl
@@ -150,7 +150,7 @@ function _core_groebner_basis(
150
151
# convert ideal to flattened arrays of ints
152
if !(is_probable_prime(field_char))
153
- error("At the moment we only supports finite fields.")
+ error("At the moment we only support finite fields.")
154
end
155
156
# nr_gens might change if F contains zero polynomials
0 commit comments