Skip to content

Commit 6423b8b

Browse files
committed
fixes typo
1 parent 6b1dcd0 commit 6423b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/solvers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Given an ideal `I` with a finite solution set over the complex numbers, return
317317
the real roots of the ideal with a given precision (default 32 bits).
318318
319319
**Note**: At the moment only QQ is supported as ground field. If the dimension of the ideal
320-
is greater then zero an empty array is returned.
320+
is greater than zero an empty array is returned.
321321
322322
# Arguments
323323
- `I::Ideal{T} where T <: MPolyElem`: input generators.

0 commit comments

Comments
 (0)