Skip to content

Commit

Permalink
Auto merge of #237 - ckeschnat:master, r=fmoko
Browse files Browse the repository at this point in the history
fix(variables1): Correct wrong word in comment
  • Loading branch information
bors committed Nov 13, 2019
2 parents cf38f03 + c42c3b2 commit e9a835c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions exercises/standard_library_types/arc1.rs
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion exercises/variables/variables1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e9a835c

Please sign in to comment.