Skip to content

Commit

Permalink
fix(inlayHint): typo in prop name
Browse files Browse the repository at this point in the history
  • Loading branch information
sno2 committed Mar 21, 2022
1 parent 393aefa commit 7f7ada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inlay_hint.rs
Expand Up @@ -53,7 +53,7 @@ pub struct InlayHintOptions {
#[serde(rename_all = "camelCase")]
pub struct InlayHintRegistrationOptions {
#[serde(flatten)]
pub inlay_hints_options: InlayHintOptions,
pub inlay_hint_options: InlayHintOptions,

#[serde(flatten)]
pub text_document_registration_options: TextDocumentRegistrationOptions,
Expand Down

0 comments on commit 7f7ada3

Please sign in to comment.