From 0f5c028bb98ae73a4fb91d50022ee544524bac17 Mon Sep 17 00:00:00 2001 From: Pascal Kuthe Date: Sun, 21 Apr 2024 17:17:46 +0200 Subject: [PATCH] Update helix-core/src/diagnostic.rs Co-authored-by: Michael Davis --- helix-core/src/diagnostic.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helix-core/src/diagnostic.rs b/helix-core/src/diagnostic.rs index f8d92b17b86f6..28686a311b8a0 100644 --- a/helix-core/src/diagnostic.rs +++ b/helix-core/src/diagnostic.rs @@ -58,8 +58,8 @@ pub struct Diagnostic { // TODO turn this into an enum + feature flag when lsp becomes optional pub type DiagnosticProvider = LanguageServerId; -// while I would prefe having this in helix-lsp that necessitates a bucnh of -// conversions I would rather not add I think its file since this just a very +// while I would prefer having this in helix-lsp that necessitates a bunch of +// conversions I would rather not add. I think its fine since this just a very // trivial newtype wrapper and we would need something similar once we define // completions in core slotmap::new_key_type! {