Skip to content

Commit a00647c

Browse files
authored
Fix typo in language server binary docs
1 parent 861652f commit a00647c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Here are some useful self-diagnostic commands:
111111
=== rust-analyzer Language Server Binary
112112

113113
Other editors generally require the `rust-analyzer` binary to be in `$PATH`.
114-
You can download the pre-built binary from the https://github.com/rust-analyzer/rust-analyzer/releases[releases] page. Typically, you then need to rename the binary for your platform, e.g. `rust-analyzer-mac` if you're on Mac OS, to `rust-analzyer` and make it executable in addition to moving it into a directory in your `$PATH`.
114+
You can download the pre-built binary from the https://github.com/rust-analyzer/rust-analyzer/releases[releases] page. Typically, you then need to rename the binary for your platform, e.g. `rust-analyzer-mac` if you're on Mac OS, to `rust-analyzer` and make it executable in addition to moving it into a directory in your `$PATH`.
115115

116116
On Linux to install the `rust-analyzer` binary into `~/.local/bin`, this commands could be used
117117

0 commit comments

Comments
 (0)