1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02:00
This commit is contained in:
mo8it 2024-03-29 01:51:22 +01:00
parent a561a0f7f0
commit 2b01811fe9

View File

@ -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"