From c5c45fe9b422dae3083e79b568f22538206a84bc Mon Sep 17 00:00:00 2001 From: Joshua Batty Date: Mon, 8 Jan 2024 07:57:56 +1100 Subject: [PATCH] Grammar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: João Matos --- sway-lsp/src/server_state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway-lsp/src/server_state.rs b/sway-lsp/src/server_state.rs index 4f436e46350..5893fbef533 100644 --- a/sway-lsp/src/server_state.rs +++ b/sway-lsp/src/server_state.rs @@ -188,7 +188,7 @@ impl ServerState { // Drain pending compilation requests while self.cb_rx.try_recv().is_ok() {} - // set the retrigger_compilation flag to true so that the compilation exit early + // Set the retrigger_compilation flag to true so that the compilation exits early self.retrigger_compilation.store(true, Ordering::SeqCst); self.wait_for_parsing().await;