Skip to content

Commit 92da7a8

Browse files
authored
Update README.md
1 parent 79c01c7 commit 92da7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2024/Day20/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Then, I go over the path. For each position, the number of possible cheats is ca
1515

1616
There are a number of cases to consider:
1717
- the target position is too far away. This happens when its Manhattan distance is greater than the allowed _cheat_ limit
18-
- the target is within range, but actually further from the finish when we are (the saving is negative).
18+
- the target is within range, but actually further away from the finish than we are (the saving is negative).
1919
- the target is within range, closer to the finish, but the saving is still less than 100
2020
- the target is within range, and the saving is at least 100
2121

0 commit comments

Comments
 (0)