about summary refs log tree commit diff
path: root/docs/user
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2021-03-22 13:55:16 +0300
committerGitHub <noreply@github.com>2021-03-22 13:55:16 +0300
commit2b427fa3dd49efd2bf22620cd0bebffc6147be47 (patch)
tree19c78b269f37b611fa70d5ee1695f6f60f583ccd /docs/user
parent63e083122cefbc2eff2f420a67946e4c6d4baf16 (diff)
downloadrust-2b427fa3dd49efd2bf22620cd0bebffc6147be47.tar.gz
rust-2b427fa3dd49efd2bf22620cd0bebffc6147be47.zip
Update docs/user/manual.adoc
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
Diffstat (limited to 'docs/user')
-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 9305d9d1ab8..44f388930f4 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -519,7 +519,7 @@ You can set `RA_LOG` environmental variable to `rust_analyzer=info` to inspect h
 == Security
 
 At the moment, rust-analyzer assumes that all code is trusted.
-Here is a **no-exhaustive** list of ways to make rust-analyzer execute arbitrary code:
+Here is a **non-exhaustive** list of ways to make rust-analyzer execute arbitrary code:
 
 * proc macros and build scripts are executed by default
 * `.cargo/config` can override `rustc` with an arbitrary executable