about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/docs/user
diff options
context:
space:
mode:
authorWilfred Hughes <wilfred@meta.com>2024-04-26 16:30:15 -0700
committerWilfred Hughes <wilfred@meta.com>2024-04-30 11:17:57 -0700
commit76fd22e8c463d3f99a259aab14e57fe87a8880b7 (patch)
treeafb1b30bc1f5e26f71b7842f79438a76acc497df /src/tools/rust-analyzer/docs/user
parentb5a0f7e9eaa570b7a1f1e63f3215903192d5bf19 (diff)
docs: Fix typo in VS Code setting description
Diffstat (limited to 'src/tools/rust-analyzer/docs/user')
-rw-r--r--src/tools/rust-analyzer/docs/user/generated_config.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/docs/user/generated_config.adoc b/src/tools/rust-analyzer/docs/user/generated_config.adoc
index 02467463b9f..e9d60063c6e 100644
--- a/src/tools/rust-analyzer/docs/user/generated_config.adoc
+++ b/src/tools/rust-analyzer/docs/user/generated_config.adoc
@@ -256,7 +256,7 @@ by changing `#rust-analyzer.check.invocationStrategy#` and
 If `$saved_file` is part of the command, rust-analyzer will pass
 the absolute path of the saved file to the provided command. This is
 intended to be used with non-Cargo build systems.
-Note that `$saved_file` is experimental and may be removed in the futureg.
+Note that `$saved_file` is experimental and may be removed in the future.
 
 An example command would be: