1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02:00

q only quits the list

This commit is contained in:
mo8it 2024-08-17 15:53:34 +02:00
parent e760f07767
commit 2baa140615

View File

@ -206,7 +206,7 @@ impl<'a> UiState<'a> {
}
Filter::None => spans.push(Span::raw("<d>one/<p>ending")),
}
spans.push(Span::raw(" │ <q>uit"));
spans.push(Span::raw(" │ <q>uit list"));
Line::from(spans)
} else {
Line::from(self.message.as_str().light_blue())