mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
fixed typo
This commit is contained in:
parent
1db17d1257
commit
46dd8c9916
1 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ Content-Length: ...\r\n
|
|||
}
|
||||
}
|
||||
```
|
||||
### Base Protocol JSON strcutures
|
||||
### Base Protocol JSON structures
|
||||
|
||||
The following TypeScript definitions describe the JSON-RPC protocol as implemented by VSCode:
|
||||
|
||||
|
|
@ -1382,4 +1382,4 @@ export interface RenameParams {
|
|||
|
||||
_Response_
|
||||
* result: [`WorkspaceEdit`](#workspaceedit) describing the modification to the workspace.
|
||||
* error: code and message set in case an exception happens during the rename request.
|
||||
* error: code and message set in case an exception happens during the rename request.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue