Skip to content

Commit eb5302e

Browse files
committed
fixes typo
1 parent 40a4f18 commit eb5302e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/groebner-bases.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function _core_groebner_basis(
150150

151151
# convert ideal to flattened arrays of ints
152152
if !(is_probable_prime(field_char))
153-
error("At the moment we only supports finite fields.")
153+
error("At the moment we only support finite fields.")
154154
end
155155

156156
# nr_gens might change if F contains zero polynomials

0 commit comments

Comments
 (0)