From d4b3b39cc021bfac76e023eedd217fe0c2df9978 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Mon, 4 Mar 2024 22:28:57 +0800 Subject: chore: fix typos (#22677) --- cli/tools/repl/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tools/repl') diff --git a/cli/tools/repl/editor.rs b/cli/tools/repl/editor.rs index 74c9987c1..9cb3cd1c2 100644 --- a/cli/tools/repl/editor.rs +++ b/cli/tools/repl/editor.rs @@ -524,7 +524,7 @@ impl ConditionalEventHandler for ReverseSearchHistoryEventHandler { /// A custom tab key event handler /// It uses a heuristic to determine if the user is requesting completion or if they want to insert an actual tab /// The heuristic goes like this: -/// - If the last character before the cursor is whitespace, the the user wants to insert a tab +/// - If the last character before the cursor is whitespace, the user wants to insert a tab /// - Else the user is requesting completion struct TabEventHandler; impl ConditionalEventHandler for TabEventHandler { -- cgit v1.2.3