spelling: omitting

This commit is contained in:
Josh Soref 2020-06-18 22:26:33 -04:00 committed by GitHub
parent 79e461c152
commit 8a9ca192be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,7 @@ export interface DefinitionResult {
}
```
Optionally results can be emitted lazily, by ommiting `result` field and adding results later with an `item` edge (without `property`).
Optionally results can be emitted lazily, by omitting `result` field and adding results later with an `item` edge (without `property`).
### Request: `textDocument/declaration`
@ -483,7 +483,7 @@ interface ImplementationResult {
}
```
Optionally results can be emitted lazily, by ommiting `result` field and adding results later with an `item` edge (without `property`).
Optionally results can be emitted lazily, by omitting `result` field and adding results later with an `item` edge (without `property`).
### Request: `textDocument/typeDefinition`
@ -521,7 +521,7 @@ The relevant emitted vertices and edges looks like this:
{ id: 38, type: "edge", label: "textDocument/typeDefinition", outV: 26, inV:37 }
```
Optionally results can be emitted lazily, by ommiting `result` field and adding results later with an `item` edge (without `property`).
Optionally results can be emitted lazily, by omitting `result` field and adding results later with an `item` edge (without `property`).
### Document requests