From 406d377d13fd19d227440c9434ea59043d2b4f8e Mon Sep 17 00:00:00 2001 From: Johannes Emerich Date: Mon, 26 Aug 2024 12:06:12 +0200 Subject: [PATCH] Remove keyboard garbage Vim user error? --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index fb8272b..0e35450 100644 --- a/index.js +++ b/index.js @@ -866,7 +866,7 @@ function closestTo(val, intervalLower, intervalUpper) { /** * Tests whether the candidate lies within the directed projection from the origin. - ii* + * * @param {Direction} direction * @param {DOMRect} origin * @param {DOMRect} candidate