From a9f4527fd358067af57fbd8c4913b80e94df7a4d Mon Sep 17 00:00:00 2001 From: Jesse Jackson Date: Wed, 21 Jul 2021 04:06:19 -0500 Subject: [PATCH] docs: fix typo tree -> three --- docs/user/manual.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 1930b196ce..000a95b100 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -595,7 +595,7 @@ interface Dep { This format is provisional and subject to change. Specifically, the `roots` setup will be different eventually. -There are tree ways to feed `rust-project.json` to rust-analyzer: +There are three ways to feed `rust-project.json` to rust-analyzer: * Place `rust-project.json` file at the root of the project, and rust-anlayzer will discover it. * 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).