Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliao29 committed Dec 30, 2022
1 parent bba0b52 commit 18b5fd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helix-term/src/ui/editor.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::{
se crate::{
commands,
compositor::{Component, Context, Event, EventResult},
job::{self, Callback},
Expand Down Expand Up @@ -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
Expand All @@ -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| {
Expand Down

0 comments on commit 18b5fd9

Please sign in to comment.