mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
Fix typo
This commit is contained in:
parent
a561a0f7f0
commit
2b01811fe9
@ -59,7 +59,7 @@ If you didn't already initialize Rustlings, please initialize it in another dire
|
||||
if let Err(e) = create_dir(rustlings_path) {
|
||||
if e.kind() == ErrorKind::AlreadyExists {
|
||||
bail!(
|
||||
"A directory with the name `rustligs` already exists in the current directory.
|
||||
"A directory with the name `rustlings` already exists in the current directory.
|
||||
You probably already initialized Rustlings.
|
||||
Run `cd rustlings`
|
||||
Then run `rustlings` again"
|
||||
|
Loading…
Reference in New Issue
Block a user