From daf589015290ac8b379389d29ef90a1af15e3f75 Mon Sep 17 00:00:00 2001 From: josh rotenberg Date: Thu, 20 Jul 2023 13:00:42 -0700 Subject: [PATCH] fix(example): Fix typo (#337) the existential feels --- examples/user_input.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/user_input.rs b/examples/user_input.rs index 532efe70..0065d113 100644 --- a/examples/user_input.rs +++ b/examples/user_input.rs @@ -190,7 +190,7 @@ fn ui(f: &mut Frame, app: &App) { vec![ "Press ".into(), "q".bold(), - " to exist, ".into(), + " to exit, ".into(), "e".bold(), " to start editing.".bold(), ],