Skip to content

Commit

Permalink
docs(2024): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Dec 22, 2024
1 parent 92d37d7 commit 192965e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/2024/puzzles/day22/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func part2(name string) (maxBananas int) {
last = temp
}

// Go through the patterns four by four and them to the total score
// Go through the patterns four by four and add them to the total score
for i := range len(patterns) - 4 {
key := Pattern{
patterns[i][0],
Expand Down

0 comments on commit 192965e

Please sign in to comment.