Merge pull request #238032 from numbermaniac/patch-1

Fix typo in InlayHintKind docs
This commit is contained in:
Johannes Rieken
2025-01-16 15:14:17 +01:00
committed by GitHub

View File

@@ -5496,7 +5496,7 @@ declare module 'vscode' {
*/
export enum InlayHintKind {
/**
* An inlay hint that for a type annotation.
* An inlay hint that is for a type annotation.
*/
Type = 1,
/**