fix(arc1): Fix some words in the comment
This commit is contained in:
parent
fda5a47069
commit
c42c3b2101
@ -1,8 +1,8 @@
|
|||||||
// arc1.rs
|
// arc1.rs
|
||||||
// Make this code compile by filling in a value for `shared_numbers` where the
|
// Make this code compile by filling in a value for `shared_numbers` where the
|
||||||
// TODO comment is and creating an initial binding for `child_numbers`
|
// TODO comment is and create an initial binding for `child_numbers`
|
||||||
// somewhere. Try not to create any copies of the `numbers` Vec!
|
// somewhere. Try not to create any copies of the `numbers` Vec!
|
||||||
// Execute `rustlings help arc1` for hints :)
|
// Execute `rustlings hint arc1` for hints :)
|
||||||
|
|
||||||
// I AM NOT DONE
|
// I AM NOT DONE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user