Skip to content

Commit

Permalink
chore(handle): typo toggle inlayHint (#5105)
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward authored Aug 6, 2024
1 parent c5ffbb3 commit 38697bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler/inlayHint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class InlayHintHandler {
execute: (bufnr?: number) => {
return this.toggle(bufnr ?? workspace.bufnr)
},
}, false, 'toggle codeLens display of current buffer')
}, false, 'toggle inlayHint display of current buffer')
handler.addDisposable(Disposable.create(() => {
disposeAll(this.disposables)
}))
Expand Down

0 comments on commit 38697bc

Please sign in to comment.