We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049516b commit 98d802aCopy full SHA for 98d802a
1 file changed
docs/src/markdown/interpolation.md
@@ -1211,7 +1211,7 @@ Ramp([i((r * factor / 100) - offset) for r in range(101)])
1211
```
1212
1213
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
+an endpoint is moved inwards via a color stop, the end range of the interpolation is clamped, extending the start and
1215
end color. But when extrapolation is enabled, a color stop on an endpoint essentially moves the start and end
1216
interpolation. And since there are no other colors on either end to interpolate with, extrapolation occurs.
1217
0 commit comments