Skip to content

Commit 823f12e

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

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
@@ -1500,7 +1500,7 @@ JSON-RPC リクエストをサーバーに送信して応答を非同期に処
15001500
let req.params.textDocument = #{uri: 'a.c'}
15011501
let req.params.position = #{line: 10, character: 3}
15021502
let reqstatus = ch_sendexpr(ch, req, #{callback: 'LspComplete'})
1503-
" send a cancellation notification
1503+
" キャンセル通知を送信
15041504
let notif = {}
15051505
let notif.method = '$/cancelRequest'
15061506
let notif.id = reqstatus.id

0 commit comments

Comments
 (0)