From 7899b773569fed86343a035d3023bf34297fdabb Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Fri, 9 Dec 2022 03:49:46 +0000 Subject: [PATCH] fix: comment typo --- src/ui/draw_blocks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/draw_blocks.rs b/src/ui/draw_blocks.rs index 4ca9be5..9c5c3af 100644 --- a/src/ui/draw_blocks.rs +++ b/src/ui/draw_blocks.rs @@ -355,7 +355,7 @@ pub fn heading_bar( f.render_widget(block(Color::Black), area); - // Generate a bloack for the header, if the header is currently being used to sort a column, then highlight it white + // Generate a block for the header, if the header is currently being used to sort a column, then highlight it white let header_block = |x: &Header| { let mut color = Color::Black; let mut suffix = "";