Skip to content

Commit e9a835c

Browse files
committed
Auto merge of #237 - ckeschnat:master, r=fmoko
fix(variables1): Correct wrong word in comment
2 parents cf38f03 + c42c3b2 commit e9a835c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

exercises/variables/variables1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// About this `I AM NOT DONE` thing:
55
// We sometimes encourage you to keep trying things on a given exercise,
66
// even after you already figured it out. If you got everything working and
7-
// feel ready for the next exercise, you the `I AM NOT DONE` comment below.
7+
// feel ready for the next exercise, remove the `I AM NOT DONE` comment below.
88

99
// I AM NOT DONE
1010

0 commit comments

Comments
 (0)