diff --git a/docs/TOOLKIT.md b/docs/TOOLKIT.md index 1b9921b17..f508088b7 100644 --- a/docs/TOOLKIT.md +++ b/docs/TOOLKIT.md @@ -112,13 +112,6 @@ Can be used like such noise([2, 3]) ``` -### Utilities - -```js -// min: number, max: number, t: number (0 to 1) -lerp(min, max, t) -``` - ## Examples To find examples check out [`/gallery`](/gallery).