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 {