diff options
| author | David Barsky <me@davidbarsky.com> | 2023-03-09 16:14:41 -0500 |
|---|---|---|
| committer | David Barsky <me@davidbarsky.com> | 2023-03-13 13:30:19 -0400 |
| commit | 68d3eaead4100a32e705161ee0136121882949f1 (patch) | |
| tree | e863f24396085c8ec8626a82bd711089549181ed | |
| parent | 1f5c5350898dc18961a810e73d9ef5f80eaf3ae5 (diff) | |
| download | rust-68d3eaead4100a32e705161ee0136121882949f1.tar.gz rust-68d3eaead4100a32e705161ee0136121882949f1.zip | |
fix typo in package.json.
| -rw-r--r-- | editors/code/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 0a3e4103f6e..1e8cdb2eaa7 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -453,7 +453,7 @@ ] }, "rust-analyzer.discoverProjectCommand": { - "markdownDescription": "Sets the command that rust-analyzer uses to generate `rust-project.json` files. This command is\n only suggested if a build system like Buck or Bazel is used. The command must accept files as arguements and return \n a rust-project.json over stdout.", + "markdownDescription": "Sets the command that rust-analyzer uses to generate `rust-project.json` files. This command should only be used\n if a build system like Buck or Bazel is also in use. The command must accept files as arguments and return \n a rust-project.json over stdout.", "default": null, "type": [ "null", @@ -1920,4 +1920,4 @@ } ] } -} +} \ No newline at end of file |
