Skip to content

Commit ef510a5

Browse files
committed
Correct comment
1 parent c795ca4 commit ef510a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coloraide/algebra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def ilerp2d(
552552
# Solve for new guess
553553
xy = subtract(xy, solve(j, residual), dims=D1)
554554
except ValueError: # pragma: no cover
555-
# The Jacobian matrix shouldn't fail inversion if we are out of range.
555+
# The Jacobian matrix shouldn't fail inversion if we are in range.
556556
# Out of range may give us values we cannot invert. There are potential
557557
# ways to handle this to try and get moving again, but currently, we
558558
# just give up. We do not guarantee out of gamut conversions.

0 commit comments

Comments
 (0)