fix(dev:docs): Minor change to Point.shiftFractionTowards()
This commit is contained in:
parent
c60f73befd
commit
b3a45962ef
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ negative values to shift the point in the opposite direction.
|
||||||
Point point.shiftFractionTowards(Point target, float fraction)
|
Point point.shiftFractionTowards(Point target, float fraction)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Point.shiftFractionTowards() example
|
## Example
|
||||||
|
|
||||||
<Example caption="An example of the Point.shiftFractionTowards() method">
|
<Example caption="An example of the Point.shiftFractionTowards() method">
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue