From a68e5d595499540a964d5c9d07f28c096fa25eb3 Mon Sep 17 00:00:00 2001 From: numbermaniac <5206120+numbermaniac@users.noreply.github.com> Date: Thu, 16 Jan 2025 19:26:01 +1100 Subject: [PATCH] Fix typo in InlayHintKind docs --- src/vscode-dts/vscode.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vscode-dts/vscode.d.ts b/src/vscode-dts/vscode.d.ts index f306830ba12..0109505b456 100644 --- a/src/vscode-dts/vscode.d.ts +++ b/src/vscode-dts/vscode.d.ts @@ -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, /**