mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-15 00:47:11 +00:00
Fix typo
This commit is contained in:
parent
a561a0f7f0
commit
2b01811fe9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue