Skip to content

Commit 759bcdc

Browse files
authored
Update doc/channel.jax
1 parent c671d9d commit 759bcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/channel.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ JSON-RPC リクエストをサーバーに送信して応答を非同期に処
14931493
のものをキャンセルするには、リクエスト時に返されたIDとともに |ch_sendexpr()|
14941494
関数でキャンセル用メッセージをサーバーに送信します。例: >
14951495
1496-
" send a completion request
1496+
" 補完リクエストを送信
14971497
let req = {}
14981498
let req.method = 'textDocument/completion'
14991499
let req.params = {}

0 commit comments

Comments
 (0)