Skip to content

Commit

Permalink
fix(box1): fix comment typo (#426)
Browse files Browse the repository at this point in the history
Doesn't effect the code.
  • Loading branch information
alexxroche committed Jun 6, 2020
1 parent 0dd1c6c commit bb2ca25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/standard_library_types/box1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// elements: the value of the current item and the next item. The last item is a value called `Nil`.
//
// Step 1: use a `Box` in the enum definition to make the code compile
// Step 2: create both empty and non-empty cons lists of by replacing `unimplemented!()`
// Step 2: create both empty and non-empty cons lists by replacing `unimplemented!()`
//
// Note: the tests should not be changed
//
Expand Down

0 comments on commit bb2ca25

Please sign in to comment.