diff --git a/docs/src/languages/rust.md b/docs/src/languages/rust.md index 9cd92471d1..ea6f6912cd 100644 --- a/docs/src/languages/rust.md +++ b/docs/src/languages/rust.md @@ -78,7 +78,7 @@ If you want to disable Zed looking for a `rust-analyzer` binary, you can set `ig } ``` -If you want to use a binary in a custom location, you can specify a `path` and optional `args`: +If you want to use a binary in a custom location, you can specify a `path` and optional `arguments`: ```json { @@ -86,7 +86,7 @@ If you want to use a binary in a custom location, you can specify a `path` and o "rust-analyzer": { "binary": { "path": "/Users/example/bin/rust-analyzer", - "args": [] + "arguments": [] } } }