From 9d5c6b59df10516ce187ff766d9056ca0c518b39 Mon Sep 17 00:00:00 2001 From: Vivek Murali Date: Sat, 23 Apr 2022 23:16:22 +0530 Subject: [PATCH] Fixed spelling error in vector/path.go --- vector/path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/path.go b/vector/path.go index a3e9b993bcf4..f32c375bf744 100644 --- a/vector/path.go +++ b/vector/path.go @@ -23,7 +23,7 @@ import ( "github.com/hajimehoshi/ebiten/v2" ) -// Direction represents clockwise or countercolockwise. +// Direction represents clockwise or counterclockwise. type Direction int const (