about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorwtj <zhangwt1997@gmail.com>2023-04-27 12:21:23 +0800
committerwtj <zhangwt1997@gmail.com>2023-04-28 18:49:05 +0800
commitc533ac357391e7f9d5c7a3eea09a5e2dedc89c5c (patch)
tree06ddb95ad614ff884b008c3f925410128575b590 /docs
parent237ffa3997250b8569ced477a5072310eb48c847 (diff)
downloadrust-c533ac357391e7f9d5c7a3eea09a5e2dedc89c5c.tar.gz
rust-c533ac357391e7f9d5c7a3eea09a5e2dedc89c5c.zip
minor: fix typos
Diffstat (limited to 'docs')
-rw-r--r--docs/user/manual.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index cb96feeb5e5..419f7bac810 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -589,7 +589,7 @@ Try **rust-analyzer: Show RA Version** in VS Code (using **Command Palette** fea
 If the date is more than a week ago, it's better to update rust-analyzer version.
 
 The next thing to check would be panic messages in rust-analyzer's log.
-Log messages are printed to stderr, in VS Code you can see then in the `Output > Rust Analyzer Language Server` tab of the panel.
+Log messages are printed to stderr, in VS Code you can see them in the `Output > Rust Analyzer Language Server` tab of the panel.
 To see more logs, set the `RA_LOG=info` environment variable, this can be done either by setting the environment variable manually or by using `rust-analyzer.server.extraEnv`, note that both of these approaches require the server to be restarted.
 
 To fully capture LSP messages between the editor and the server, set `"rust-analyzer.trace.server": "verbose"` config and check