Skip to content

Commit 94d1a89

Browse files
Essentialmarijnh
authored andcommitted
📚 Fix typo on 07_robot.md
1 parent c7be580 commit 94d1a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07_robot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ function runRobot(state, robot, memory) {
270270

271271
Consider what a robot has to do to "solve" a given state. It must pick
272272
up all parcels by visiting every location that has a parcel, and
273-
deliver them, by visiting every location that a parcel is address to,
273+
deliver them, by visiting every location that a parcel is addressed to,
274274
but only after picking up the parcel.
275275

276276
What is the dumbest strategy that could possibly work? The robot could

0 commit comments

Comments
 (0)