From 18b5fd9dc7def38168a12b11b178b0e013198ca0 Mon Sep 17 00:00:00 2001 From: hunterliao29 Date: Thu, 29 Dec 2022 20:00:14 -0500 Subject: [PATCH] typo --- helix-term/src/ui/editor.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index a52f99572de82..06f7274a79103 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -1,4 +1,4 @@ -use crate::{ +se crate::{ commands, compositor::{Component, Context, Event, EventResult}, job::{self, Callback}, @@ -1117,7 +1117,7 @@ impl EditorView { // cxt.editor.reset_idle_timer(); // cxt.editor.status_msg = None; - // clean yo completion + // clean up completion self.completion = None; // clean up signatureHelp @@ -1128,7 +1128,7 @@ impl EditorView { })); Ok(call) }); - // clean yo hover popup + // clean up hover popup cxt.jobs.callback(async { let call: job::Callback = Callback::EditorCompositor(Box::new(|_editor, compositor| {