fix(box1): fix comment typo (#426)

Doesn't effect the code.
This commit is contained in:
Alexx Roche 2020-06-06 12:07:39 +02:00 committed by GitHub
parent 0dd1c6ca6b
commit bb2ca25110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
//