Skip to content

Commit

Permalink
Merge pull request #242 from kevinushey/master
Browse files Browse the repository at this point in the history
capitalization
  • Loading branch information
Marwes authored Aug 8, 2022
2 parents 6ab24fe + 2816d90 commit 9e6b353
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 @@ -1782,7 +1782,7 @@ pub struct ServerCapabilities {
#[serde(skip_serializing_if = "Option::is_none")]
pub type_definition_provider: Option<TypeDefinitionProviderCapability>,

/// the server provides goto implementation support.
/// The server provides goto implementation support.
#[serde(skip_serializing_if = "Option::is_none")]
pub implementation_provider: Option<ImplementationProviderCapability>,

Expand Down

0 comments on commit 9e6b353

Please sign in to comment.