Skip to content

Commit fda5a47

Browse files
committed
fix(variables1): Correct wrong word in comment
1 parent 57a837b commit fda5a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)