Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed Oct 3, 2023
1 parent 044fec0 commit 60af23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/line.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl Line {
"center" => TextAlign::Center,
_ => TextAlign::Right,
};
// create charctor
// create character
let bg_1 = self.pane_color;
let bg_2 = self.background_color;
let space = &style!(bg_2, bg_2).paint(" ").to_string();
Expand Down

0 comments on commit 60af23c

Please sign in to comment.