Skip to content

Commit

Permalink
fix(arc1): Fix some words in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ckeschnat committed Nov 12, 2019
1 parent fda5a47 commit c42c3b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/standard_library_types/arc1.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// arc1.rs
// 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!
// Execute `rustlings help arc1` for hints :)
// Execute `rustlings hint arc1` for hints :)

// I AM NOT DONE

Expand Down

0 comments on commit c42c3b2

Please sign in to comment.