Skip to content

Commit bb2ca25

Browse files
authored
fix(box1): fix comment typo (#426)
Doesn't effect the code.
1 parent 0dd1c6c commit bb2ca25

File tree

1 file changed

+1
-1
lines changed
  • exercises/standard_library_types

1 file changed

+1
-1
lines changed

exercises/standard_library_types/box1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// elements: the value of the current item and the next item. The last item is a value called `Nil`.
1111
//
1212
// Step 1: use a `Box` in the enum definition to make the code compile
13-
// Step 2: create both empty and non-empty cons lists of by replacing `unimplemented!()`
13+
// Step 2: create both empty and non-empty cons lists by replacing `unimplemented!()`
1414
//
1515
// Note: the tests should not be changed
1616
//

0 commit comments

Comments
 (0)