grammar: interruptor

This commit is contained in:
Josh Soref 2020-06-18 23:21:54 -04:00 committed by GitHub
parent b5afb3a2a2
commit 92cd891e35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,7 +226,7 @@ interface X {
let x: X;
```
Running **Go to Definition** on `X` in `let x: X` will show a dialog that lets the user select between the two definitions of the `interface X`. The emitted JSON in this case looks like this:
Running **Go to Definition** on `X` in `let x: X` will show a dialog that lets the user select between the two definitions of the `interface X`. The emitted JSON, in this case, looks like this:
```typescript
{ id : 38, type: "vertex", label: "definitionResult" }