mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
docs: Fix moveItem method name
This commit is contained in:
parent
35614c7623
commit
d542a2b463
1 changed files with 1 additions and 2 deletions
|
@ -602,8 +602,7 @@ interface TestInfo {
|
|||
|
||||
This request is sent from client to server to move item under cursor or selection in some direction.
|
||||
|
||||
**Method:** `experimental/moveItemUp`
|
||||
**Method:** `experimental/moveItemDown`
|
||||
**Method:** `experimental/moveItem`
|
||||
|
||||
**Request:** `MoveItemParams`
|
||||
|
||||
|
|
Loading…
Reference in a new issue