summaryrefslogtreecommitdiff
path: root/default_out.txt
diff options
context:
space:
mode:
authorxehpuk <xehpuk.dev@gmail.com>2020-12-30 22:56:04 +0100
committerGitHub <noreply@github.com>2020-12-30 22:56:04 +0100
commit644c49f1e04cbb24e95872b3a52b07d692ae3bc8 (patch)
tree939a4925c33656d86cbb9c0457d435df979f78f1 /default_out.txt
parenta303d508cf0c5bc20bb50bd388b2545bf80672ac (diff)
fix: typo in default out text
Diffstat (limited to 'default_out.txt')
-rw-r--r--default_out.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/default_out.txt b/default_out.txt
index 44b7734..b90d1e3 100644
--- a/default_out.txt
+++ b/default_out.txt
@@ -6,7 +6,7 @@ started, here's a couple of notes about how Rustlings operates:
1. The central concept behind Rustlings is that you solve exercises. These
exercises usually have some sort of syntax error in them, which will cause
- 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
of a syntax error. No matter what error, it's your job to find it and fix it!
You'll know when you fixed it because then, the exercise will compile and
Rustlings will be able to move on to the next exercise.