Skip to content

Commit

Permalink
fix(example): Fix typo (#337)
Browse files Browse the repository at this point in the history
the existential feels
  • Loading branch information
joshrotenberg committed Jul 20, 2023
1 parent 7e37a96 commit daf5890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/user_input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ fn ui<B: Backend>(f: &mut Frame<B>, app: &App) {
vec![
"Press ".into(),
"q".bold(),
" to exist, ".into(),
" to exit, ".into(),
"e".bold(),
" to start editing.".bold(),
],
Expand Down

0 comments on commit daf5890

Please sign in to comment.