Skip to content

Commit

Permalink
Fix broken Markdown in completion() doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkalderon committed Aug 11, 2023
1 parent 75b304a commit a6abae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ pub trait LanguageServer: Send + Sync + 'static {
/// # Compatibility
///
/// Since 3.16.0, the client can signal that it can resolve more properties lazily. This is
/// done using the completion_item.resolve_support` client capability which lists all
/// done using the `completion_item.resolve_support` client capability which lists all
/// properties that can be filled in during a `completionItem/resolve` request.
///
/// All other properties (usually `sort_text`, `filter_text`, `insert_text`, and `text_edit`)
Expand Down

0 comments on commit a6abae9

Please sign in to comment.