Update exercises/standard_library_types/arc1.rs

Co-authored-by: marisa <mokou@fastmail.com>
This commit is contained in:
Brandon Macer 2021-04-20 08:24:07 -04:00 committed by GitHub
parent 037f916663
commit 24e0a6a70f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
// Make this code compile by filling in a value for `shared_numbers` where the
// first TODO comment is and create an initial binding for `child_numbers`
// first TODO comment is, and create an initial binding for `child_numbers`
// where the second TODO comment is. Try not to create any copies of the `numbers` Vec!
// Execute `rustlings hint arc1` for hints :)