Skip to content

Commit 192965e

Browse files
committed
docs(2024): fix typo
1 parent 92d37d7 commit 192965e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/2024/puzzles/day22/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func part2(name string) (maxBananas int) {
4848
last = temp
4949
}
5050

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

0 commit comments

Comments
 (0)