mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +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
|
||||
interface InlayHint {
|
||||
kind: "TypeHint" | "ParameterHint" | "ChainingHints",
|
||||
kind: "TypeHint" | "ParameterHint" | "ChainingHint",
|
||||
range: Range,
|
||||
label: string,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue