Skip to content

Commit

Permalink
fix(intro1.rs): typo in the exercise body
Browse files Browse the repository at this point in the history
  • Loading branch information
markgreene74 committed Oct 16, 2023
1 parent 33220c5 commit 3545c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/00_intro/intro1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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."
);
Expand Down

0 comments on commit 3545c5a

Please sign in to comment.