diff options
| author | bors <bors@rust-lang.org> | 2019-11-13 23:45:56 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-11-13 23:45:56 +0000 |
| commit | e9a835c1c01dacdb017774f8fb5de22c86602db5 (patch) | |
| tree | 3730ecd705f67fd719e3f8f610b24f8beda5b30e /exercises | |
| parent | cf38f03459e508788fff7bc20fa0204101173da3 (diff) | |
| parent | c42c3b2101df9164c8cd7bb344def921e5ba3e61 (diff) | |
Auto merge of #237 - ckeschnat:master, r=fmoko
fix(variables1): Correct wrong word in comment
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/standard_library_types/arc1.rs | 4 | ||||
| -rw-r--r-- | exercises/variables/variables1.rs | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/exercises/standard_library_types/arc1.rs b/exercises/standard_library_types/arc1.rs index 04c169f..9784e84 100644 --- a/exercises/standard_library_types/arc1.rs +++ b/exercises/standard_library_types/arc1.rs @@ -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 diff --git a/exercises/variables/variables1.rs b/exercises/variables/variables1.rs index 5ddc37d..4a3af73 100644 --- a/exercises/variables/variables1.rs +++ b/exercises/variables/variables1.rs @@ -4,7 +4,7 @@ // About this `I AM NOT DONE` thing: // 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 -// 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 |
