Skip to content

Commit

Permalink
Update instructions.md to fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrsk authored and lpil committed Sep 1, 2024
1 parent 72099ce commit 4f6fa23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Implement the `treasure_location_matches_place_location` function that takes a p
treasure_location_matches_place_location(#("C", 1), #(1, "C"))
// -> True
treasure_location_matches_place_location(#("C", 1) #(2, "C"))
treasure_location_matches_place_location(#("C", 1), #(2, "C"))
// -> False
```

Expand Down

0 comments on commit 4f6fa23

Please sign in to comment.