fix(example): Fix typo (#337)

the existential feels
This commit is contained in:
josh rotenberg 2023-07-20 13:00:42 -07:00 committed by GitHub
parent 7e37a96678
commit daf5890152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(),
],