mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Corrected array notation.
This commit is contained in:
parent
c6fdb6237c
commit
b1b1eedead
1 changed files with 1 additions and 1 deletions
|
|
@ -1211,7 +1211,7 @@ _Request_
|
|||
* param: [`TextDocumentPositionParams`](#textdocumentpositionparams)
|
||||
|
||||
_Response_
|
||||
* result: [`DocumentHighlight`] defined as follows:
|
||||
* result: `DocumentHighlight`[] defined as follows:
|
||||
```typescript
|
||||
/**
|
||||
* A document highlight is a range inside a text document which deserves
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue