Skip to content

Commit a9f4527

Browse files
authored
docs: fix typo
tree -> three
1 parent 32b5635 commit a9f4527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ interface Dep {
595595
This format is provisional and subject to change.
596596
Specifically, the `roots` setup will be different eventually.
597597

598-
There are tree ways to feed `rust-project.json` to rust-analyzer:
598+
There are three ways to feed `rust-project.json` to rust-analyzer:
599599

600600
* Place `rust-project.json` file at the root of the project, and rust-anlayzer will discover it.
601601
* Specify `"rust-analyzer.linkedProjects": [ "path/to/rust-project.json" ]` in the settings (and make sure that your LSP client sends settings as a part of initialize request).

0 commit comments

Comments
 (0)