docs(interpolation): Remove semicolon

This commit is contained in:
eslopfer 2022-08-29 12:54:58 +01:00
parent 9a6a883829
commit 383fb91a63
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ For each interpolation point, you must call the `callback` function with an arra
- `x`: distance
- `y`: point
There should be a delay between each `callback` invocation; of `duration / step`, so that the final call happens after `duration`.
There should be a delay between each `callback` invocation of `duration / step`, so that the final call happens after `duration`.
### Example