1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-11-08 09:09:17 +01:00

Merge pull request #1728 from markgreene74/fix/small-typo-in-intro1.rs

fix(intro1.rs): typo in the exercise body
This commit is contained in:
liv 2023-10-18 23:35:25 +02:00 committed by GitHub
commit c306792449
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -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."
);