mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
Make it clear that reset only resets one exercise
This commit is contained in:
parent
ca5d5f0a49
commit
e760f07767
@ -193,7 +193,7 @@ impl<'a> UiState<'a> {
|
|||||||
// Help footer.
|
// Help footer.
|
||||||
let mut spans = Vec::with_capacity(4);
|
let mut spans = Vec::with_capacity(4);
|
||||||
spans.push(Span::raw(
|
spans.push(Span::raw(
|
||||||
"↓/j ↑/k home/g end/G │ <c>ontinue at │ <r>eset │ filter ",
|
"↓/j ↑/k home/g end/G │ <c>ontinue at │ <r>eset exercise │ filter ",
|
||||||
));
|
));
|
||||||
match self.filter {
|
match self.filter {
|
||||||
Filter::Done => {
|
Filter::Done => {
|
||||||
|
Loading…
Reference in New Issue
Block a user