Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: LeoniePhiline <[email protected]>
  • Loading branch information
pascalkuthe and LeoniePhiline authored Feb 7, 2023
1 parent 3b5bdbc commit fcc445a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-lsp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ fn start_client(
Ok(NewClientResult(client, incoming))
}

/// Find an LSP workspace of a file using the following mechansim:
/// Find an LSP workspace of a file using the following mechanism:
/// * if the file is outside `workspace` return `None`
/// * start at `file` and search the file tree upward
/// * stop the search at the first `root_dirs` entry that contains `file`
Expand Down

0 comments on commit fcc445a

Please sign in to comment.