diff options
| author | liv <mokou@fastmail.com> | 2023-10-18 23:35:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-18 23:35:25 +0200 |
| commit | c306792449ae3d9870f9991622590f757872c4e9 (patch) | |
| tree | 35e36537b7329df843f9dbbc11084c5a8e575d94 /exercises | |
| parent | 1d165285421479a2a6790578e801d10cb82ea986 (diff) | |
| parent | 3545c5a7a403bda177084564c7ceedad50aec8e0 (diff) | |
Merge pull request #1728 from markgreene74/fix/small-typo-in-intro1.rs
fix(intro1.rs): typo in the exercise body
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/00_intro/intro1.rs | 2 |
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." ); |
