mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-05 00:00:12 +00:00
Auto merge of #237 - ckeschnat:master, r=fmoko
fix(variables1): Correct wrong word in comment
This commit is contained in:
commit
e9a835c1c0
@ -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
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
// About this `I AM NOT DONE` thing:
|
// About this `I AM NOT DONE` thing:
|
||||||
// We sometimes encourage you to keep trying things on a given exercise,
|
// We sometimes encourage you to keep trying things on a given exercise,
|
||||||
// even after you already figured it out. If you got everything working and
|
// even after you already figured it out. If you got everything working and
|
||||||
// feel ready for the next exercise, you the `I AM NOT DONE` comment below.
|
// feel ready for the next exercise, remove the `I AM NOT DONE` comment below.
|
||||||
|
|
||||||
// I AM NOT DONE
|
// I AM NOT DONE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user