Skip to content

Commit c42c3b2

Browse files
authored
fix(arc1): Fix some words in the comment
1 parent fda5a47 commit c42c3b2

File tree

1 file changed

+2
-2
lines changed
  • exercises/standard_library_types

1 file changed

+2
-2
lines changed

exercises/standard_library_types/arc1.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// arc1.rs
22
// Make this code compile by filling in a value for `shared_numbers` where the
3-
// TODO comment is and creating an initial binding for `child_numbers`
3+
// TODO comment is and create an initial binding for `child_numbers`
44
// somewhere. Try not to create any copies of the `numbers` Vec!
5-
// Execute `rustlings help arc1` for hints :)
5+
// Execute `rustlings hint arc1` for hints :)
66

77
// I AM NOT DONE
88

0 commit comments

Comments
 (0)