spelling: and

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-16 20:34:25 -04:00
parent f5fa0ae876
commit 5919d39812
3 changed files with 3 additions and 3 deletions

View File

@@ -713,7 +713,7 @@ export const render = async (
// check if point is inside the boundary rect
if (!outsideNode(bounds, point) && !isInside) {
// First point inside the rect found
// Calc the intersection coord between the point anf the last point outside the rect
// Calc the intersection coord between the point and the last point outside the rect
let inter;
if (isDiamond) {