We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762acc6 commit 63d9fa0Copy full SHA for 63d9fa0
exercises/standard_library_types/box1.rs
@@ -10,7 +10,7 @@
10
// elements: the value of the current item and the next item. The last item is a value called `Nil`.
11
//
12
// 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!()`
+// Step 2: create both empty and non-empty cons lists by replacing `unimplemented!()`
14
15
// Note: the tests should not be changed
16
0 commit comments