Skip to content

Commit 9c9bcf8

Browse files
committed
typo
1 parent e0076b9 commit 9c9bcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polynomials/standard-basis/standard-basis.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ function Base.divrem(num::P, den::Q) where {B<:StandardBasis,
197197

198198
m == -1 && throw(DivideError())
199199
if m == 0
200-
if hasmethod(eps, S) # some way to check if useing ≈ or == is appropriate
200+
if hasmethod(eps, S) # some way to check if using ≈ or == is appropriate
201201
den[0] 0 && throw(DivideError())
202202
else
203203
den[0] == 0 && throw(DivideError())

0 commit comments

Comments
 (0)