Skip to content

Commit d0107f7

Browse files
author
fmoko
authored
Merge pull request #609 from xehpuk/patch-1
fix: typo in default out text
2 parents a303d50 + 644c49f commit d0107f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default_out.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ started, here's a couple of notes about how Rustlings operates:
66

77
1. The central concept behind Rustlings is that you solve exercises. These
88
exercises usually have some sort of syntax error in them, which will cause
9-
them to fail compliation or testing. Sometimes there's a logic error instead
9+
them to fail compilation or testing. Sometimes there's a logic error instead
1010
of a syntax error. No matter what error, it's your job to find it and fix it!
1111
You'll know when you fixed it because then, the exercise will compile and
1212
Rustlings will be able to move on to the next exercise.

0 commit comments

Comments
 (0)