mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2024-11-21 18:00:47 +00:00
typo
This commit is contained in:
parent
f5ad468db5
commit
af3e483382
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user