Skip to content

Commit

Permalink
Fix typo in magician-in-training exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
evanasse authored and giacomocavalieri committed Apr 20, 2024
1 parent a4462b1 commit 4e95c52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ a == b
// -> False
```

If you need to compare two queues for equality use can use the `queue.is_logically_equal` function.
If you need to compare two queues for equality you can use the `queue.is_logically_equal` function.

```gleam
queue.is_logically_equal(a, b, fn(x, y) { x == y })))
Expand Down

0 comments on commit 4e95c52

Please sign in to comment.