We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f499e2 commit 0237e64Copy full SHA for 0237e64
crates/ark/src/lsp/backend.rs
@@ -55,7 +55,7 @@ use crate::r_task;
55
// Once the LSP has crashed all requests respond with an error. This is a
56
// workaround, ideally we'd properly shut down the LSP from the server. The
57
// `Disabled` enum variant is an indicator of this state. We could have just
58
-// created an anyhow error passed through the `Resul` variant but that would
+// created an anyhow error passed through the `Result` variant but that would
59
// flood the LSP logs with irrelevant backtraces.
60
pub(crate) enum RequestResponse {
61
Disabled,
0 commit comments