1
0
Fork 0

fix(dev:docs): Minor change to Point.shiftFractionTowards()

This commit is contained in:
Benjamin Fan 2025-05-21 12:21:28 -07:00 committed by Joost De Cock
parent c60f73befd
commit b3a45962ef

View file

@ -15,7 +15,7 @@ negative values to shift the point in the opposite direction.
Point point.shiftFractionTowards(Point target, float fraction)
```
## Point.shiftFractionTowards() example
## Example
<Example caption="An example of the Point.shiftFractionTowards() method">
```js