diff options
| author | OKURA Masafumi <masafumi.o1988@gmail.com> | 2022-04-11 01:17:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-11 01:17:39 +0900 |
| commit | afe1155e64652e40aeb6772166f77d9376c51f26 (patch) | |
| tree | 3fec7fb9157127e21a71d7fc0042948671319d96 /docs/user/manual.adoc | |
| parent | 7720f163ae0cee23b0d944c074410fac072b03e5 (diff) | |
| download | rust-afe1155e64652e40aeb6772166f77d9376c51f26.tar.gz rust-afe1155e64652e40aeb6772166f77d9376c51f26.zip | |
Fix typo in the manual
The -> There
Diffstat (limited to 'docs/user/manual.adoc')
| -rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 27d5d96159d..84dc6552484 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -239,7 +239,7 @@ Emacs support is maintained as part of the https://github.com/emacs-lsp/lsp-mode Prerequisites: You have installed the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>. Not needed if the extension can install/update it on its own, coc-rust-analyzer is one example. -The are several LSP client implementations for vim or neovim: +There are several LSP client implementations for vim or neovim: ==== coc-rust-analyzer |
