From 383fb91a63a33780bebd0cc2439ebdde618125e3 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 29 Aug 2022 12:54:58 +0100 Subject: [PATCH] docs(interpolation): Remove semicolon --- subjects/interpolation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/interpolation/README.md b/subjects/interpolation/README.md index 550d7a2c..fc62eaf8 100644 --- a/subjects/interpolation/README.md +++ b/subjects/interpolation/README.md @@ -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