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

Better variable name

This commit is contained in:
mo8it 2024-04-07 17:57:20 +02:00
parent d988054ad8
commit 8c31d38fa1

View File

@ -133,11 +133,10 @@ impl<'a> UiState<'a> {
&mut self.table_state,
);
// Help footer
let footer =
let help_footer =
"↓/j ↑/k home/g end/G │ Filter <d>one/<p>ending │ <r>eset │ <c>ontinue at │ <q>uit";
frame.render_widget(
Span::raw(footer),
Span::raw(help_footer),
Rect {
x: 0,
y: area.height - 1,