Skip to content

Commit 63d9fa0

Browse files
author
yourname
committed
fix(box1): fix comment typo (rust-lang#426)
Doesn't effect the code.
1 parent 762acc6 commit 63d9fa0

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

+1-1
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)