Skip to content

Commit 0237e64

Browse files
Fix typo
Co-authored-by: Davis Vaughan <[email protected]>
1 parent 1f499e2 commit 0237e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ark/src/lsp/backend.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ use crate::r_task;
5555
// Once the LSP has crashed all requests respond with an error. This is a
5656
// workaround, ideally we'd properly shut down the LSP from the server. The
5757
// `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
58+
// created an anyhow error passed through the `Result` variant but that would
5959
// flood the LSP logs with irrelevant backtraces.
6060
pub(crate) enum RequestResponse {
6161
Disabled,

0 commit comments

Comments
 (0)