mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-16 05:56:56 +00:00
Merge #4633
4633: typo r=matklad a=Veetaha Co-authored-by: Veetaha <veetaha2@gmail.com>
This commit is contained in:
commit
b65d6471ca
@ -384,7 +384,7 @@ interface InlayHintsParams {
|
||||
|
||||
```typescript
|
||||
interface InlayHint {
|
||||
kind: "TypeHint" | "ParameterHint" | "ChainingHints",
|
||||
kind: "TypeHint" | "ParameterHint" | "ChainingHint",
|
||||
range: Range,
|
||||
label: string,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user