From af3e48338255d6675e30fb55bf3d5bad7b7015b9 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 11 Dec 2023 18:58:13 +0000 Subject: [PATCH] typo --- day-10/one.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day-10/one.go b/day-10/one.go index 14b7576..4e0f261 100644 --- a/day-10/one.go +++ b/day-10/one.go @@ -92,7 +92,7 @@ func mapPoints(lines []string) { } } -// walk moves along the pipes storing poinst that mark loop locations +// walk moves along the pipes storing points that mark loop locations // it also keeps a track of last two moves // returns the number of steps to traverse all pipes func walk(tracker tracker) int {