mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-27 12:25:05 +00:00
typo
This commit is contained in:
parent
54bbbcf722
commit
bfdcf73b9b
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ interface InlayHintsParams {
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
interface InlayHint {
|
interface InlayHint {
|
||||||
kind: "TypeHint" | "ParameterHint" | "ChainingHints",
|
kind: "TypeHint" | "ParameterHint" | "ChainingHint",
|
||||||
range: Range,
|
range: Range,
|
||||||
label: string,
|
label: string,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue