Skip to content

Commit 1156e01

Browse files
committed
fix typo in package.json.
1 parent ff47cf3 commit 1156e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editors/code/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
]
454454
},
455455
"rust-analyzer.discoverProjectCommand": {
456-
"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.",
456+
"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.",
457457
"default": null,
458458
"type": [
459459
"null",
@@ -1912,4 +1912,4 @@
19121912
}
19131913
]
19141914
}
1915-
}
1915+
}

0 commit comments

Comments
 (0)