From 2469af301780763cfcba728f275021da1ad42544 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 22 Mar 2021 13:56:13 +0300 Subject: Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurențiu Nicola --- docs/user/manual.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/user/manual.adoc') diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 44f388930..8656dd1da 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -527,8 +527,8 @@ Here is a **non-exhaustive** list of ways to make rust-analyzer execute arbitrar * rust-analyzer's syntax trees library uses a lot of `unsafe` and hasn't been properly audited for memory safety. rust-analyzer itself doesn't access the network. -VS Code plugin doesn't access the network unless the nightly channel is selected in the settings. -In that case, the plugin uses GitHub API to check for and download updates. +The VS Code plugin doesn't access the network unless the nightly channel is selected in the settings. +In that case, the plugin uses the GitHub API to check for and download updates. == Features -- cgit v1.2.3