mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
Put long version in ()
This commit is contained in:
parent
ee2b772dd5
commit
ea40804371
2 changed files with 2 additions and 2 deletions
|
@ -124,5 +124,5 @@ The automatic detection of exercise file changes failed :(
|
||||||
Please try running `rustlings` again.
|
Please try running `rustlings` again.
|
||||||
|
|
||||||
If you keep getting this error, run `rustlings --manual-run` to deactivate the file watcher.
|
If you keep getting this error, run `rustlings --manual-run` to deactivate the file watcher.
|
||||||
You need to manually trigger running the current exercise using `r` or `run` then.
|
You need to manually trigger running the current exercise using `r` (or `run`) then.
|
||||||
";
|
";
|
||||||
|
|
|
@ -130,7 +130,7 @@ impl<'a> WatchState<'a> {
|
||||||
self.writer,
|
self.writer,
|
||||||
"{}\n",
|
"{}\n",
|
||||||
"Exercise done ✓
|
"Exercise done ✓
|
||||||
When you are done experimenting, enter `n` or `next` to go to the next exercise 🦀"
|
When you are done experimenting, enter `n` (or `next`) to move on to the next exercise 🦀"
|
||||||
.bold()
|
.bold()
|
||||||
.green(),
|
.green(),
|
||||||
)?;
|
)?;
|
||||||
|
|
Loading…
Reference in a new issue