mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-11 05:30:03 -05:00
Merge pull request #238032 from numbermaniac/patch-1
Fix typo in InlayHintKind docs
This commit is contained in:
2
src/vscode-dts/vscode.d.ts
vendored
2
src/vscode-dts/vscode.d.ts
vendored
@@ -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,
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user