Skip to content

Commit 98d802a

Browse files
committed
Typo
1 parent 049516b commit 98d802a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/markdown/interpolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ Ramp([i((r * factor / 100) - offset) for r in range(101)])
12111211
```
12121212

12131213
Lastly, it is important to note that this affects stops as well, mainly stops applied to interpolation endpoints. When
1214-
an endpoint is moved inwards via a color stop, the end range of the interpolation is clamped, extending the star and
1214+
an endpoint is moved inwards via a color stop, the end range of the interpolation is clamped, extending the start and
12151215
end color. But when extrapolation is enabled, a color stop on an endpoint essentially moves the start and end
12161216
interpolation. And since there are no other colors on either end to interpolate with, extrapolation occurs.
12171217

0 commit comments

Comments
 (0)