Skip to content

Commit 3545c5a

Browse files
committed
fix(intro1.rs): typo in the exercise body
1 parent 33220c5 commit 3545c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/00_intro/intro1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fn main() {
2929
println!("or logic error. The central concept behind Rustlings is to fix these errors and");
3030
println!("solve the exercises. Good luck!");
3131
println!();
32-
println!("The source for this exercise is in `exercises/intro00/intro1.rs`. Have a look!");
32+
println!("The source for this exercise is in `exercises/00_intro/intro1.rs`. Have a look!");
3333
println!(
3434
"Going forward, the source of the exercises will always be in the success/failure output."
3535
);

0 commit comments

Comments
 (0)