summaryrefslogtreecommitdiff
path: root/exercises/00_intro/intro1.rs
diff options
context:
space:
mode:
authormarkgreene74 <markgreene74@users.noreply.github.com>2023-10-16 22:53:21 +0100
committermarkgreene74 <markgreene74@users.noreply.github.com>2023-10-16 22:53:21 +0100
commit3545c5a7a403bda177084564c7ceedad50aec8e0 (patch)
treef869d903cc1448425f9e4c1c5583689d3c0efe9c /exercises/00_intro/intro1.rs
parent33220c5109d583b55dbb1012a143156826909399 (diff)
fix(intro1.rs): typo in the exercise body
Diffstat (limited to 'exercises/00_intro/intro1.rs')
-rw-r--r--exercises/00_intro/intro1.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/00_intro/intro1.rs b/exercises/00_intro/intro1.rs
index c5196d6..5dd18b4 100644
--- a/exercises/00_intro/intro1.rs
+++ b/exercises/00_intro/intro1.rs
@@ -29,7 +29,7 @@ fn main() {
println!("or logic error. The central concept behind Rustlings is to fix these errors and");
println!("solve the exercises. Good luck!");
println!();
- println!("The source for this exercise is in `exercises/intro00/intro1.rs`. Have a look!");
+ println!("The source for this exercise is in `exercises/00_intro/intro1.rs`. Have a look!");
println!(
"Going forward, the source of the exercises will always be in the success/failure output."
);