Skip to content

Commit c306792

Browse files
authored
Merge pull request #1728 from markgreene74/fix/small-typo-in-intro1.rs
fix(intro1.rs): typo in the exercise body
2 parents 1d16528 + 3545c5a commit c306792

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)