Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
Co-authored-by: João Matos <joao@tritao.eu>
  • Loading branch information
JoshuaBatty and tritao authored Jan 7, 2024
1 parent acff1b4 commit 4078281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sway-lsp/src/server_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 4078281

Please sign in to comment.