Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/configuration.md')
| -rw-r--r-- | docs/book/src/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/book/src/configuration.md b/docs/book/src/configuration.md index fd94a4221a..3f4cb19714 100644 --- a/docs/book/src/configuration.md +++ b/docs/book/src/configuration.md @@ -13,7 +13,7 @@ Vim](./other_editors.md#coc-rust-analyzer) provide `rust-analyzer` specific conf UIs. Others may require you to know a bit more about the interaction with `rust-analyzer`. -For the later category, it might help to know that the initial +For the latter category, it might help to know that the initial configuration is specified as a value of the `initializationOptions` field of the [`InitializeParams` message, in the LSP protocol](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#initialize). |