We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a303d50 commit 644c49fCopy full SHA for 644c49f
default_out.txt
@@ -6,7 +6,7 @@ started, here's a couple of notes about how Rustlings operates:
6
7
1. The central concept behind Rustlings is that you solve exercises. These
8
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
+ them to fail compilation or testing. Sometimes there's a logic error instead
10
of a syntax error. No matter what error, it's your job to find it and fix it!
11
You'll know when you fixed it because then, the exercise will compile and
12
Rustlings will be able to move on to the next exercise.
0 commit comments