diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-12-09 19:26:33 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-09 19:26:33 +0000 |
commit | fc1595539ee410c6a713e9b33d2074ae3732b849 (patch) | |
tree | e6e048ca42f1bce771d7981e6714edfc57383ab5 | |
parent | 928d4c6744d4b06bb1d67ea9b967c27342eea38c (diff) | |
parent | bb412f314db01fb7fe356b658fe36e21fa9fb4fb (diff) |
Merge #6789
6789: Fix a typo in manual.adoc r=lnicola a=cuviper
Co-authored-by: Josh Stone <[email protected]>
-rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index f506d243f..d85901686 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -263,7 +263,7 @@ If you get an error saying `No such file or directory: 'rust-analyzer'`, see the | |||
263 | 263 | ||
264 | GNOME Builder 3.37.1 and newer has native `rust-analyzer` support. If the LSP binary is not available, GNOME Builder can install it when opening a Rust file. | 264 | GNOME Builder 3.37.1 and newer has native `rust-analyzer` support. If the LSP binary is not available, GNOME Builder can install it when opening a Rust file. |
265 | 265 | ||
266 | == Configration | 266 | == Configuration |
267 | 267 | ||
268 | rust-analyzer is configured via LSP messages, which means that it's up to the editor to decide on the exact format and location of configuration files. | 268 | rust-analyzer is configured via LSP messages, which means that it's up to the editor to decide on the exact format and location of configuration files. |
269 | Please consult your editor's documentation to learn how to configure LSP servers. | 269 | Please consult your editor's documentation to learn how to configure LSP servers. |