mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Fix typo in Color Presentation Request.
This commit is contained in:
parent
9d64e8cb88
commit
eebe01d802
1 changed files with 1 additions and 1 deletions
|
|
@ -3633,7 +3633,7 @@ The color presentation request is sent from the client to the server to obtain a
|
|||
_Request_:
|
||||
|
||||
* method: 'textDocument/colorPresentation'
|
||||
* params: `DocumentColorParams` defined as follows
|
||||
* params: `ColorPresentationParams` defined as follows
|
||||
|
||||
```typescript
|
||||
interface ColorPresentationParams {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue