fix: documentation issues (#131)

This commit is contained in:
Myriad-Dreamin 2024-03-30 18:51:30 +08:00 committed by GitHub
parent edd21deaca
commit c32e6e3097
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 63 additions and 67 deletions

View file

@ -21,7 +21,7 @@ use crate::{
/// The [`GotoDeclarationResponse::Link`](lsp_types::GotoDefinitionResponse::Link) return value
/// was introduced in specification version 3.14.0 and requires client-side
/// support in order to be used. It can be returned if the client set the
/// following field to `true` in the [`initialize`](Self::initialize) method:
/// following field to `true` in the `initialize` method:
///
/// ```text
/// InitializeParams::capabilities::text_document::declaration::link_support