Skip to content

Commit a28cd78

Browse files
tsuyoshichoh-east
andcommitted
channel.jax: fix item translate
Co-authored-by: h_east <[email protected]>
1 parent c8179dd commit a28cd78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/channel.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,12 +1438,12 @@ Vim |Dict| 内の LSP のリクエスト/通知メッセージをエンコード
14381438
ては、|json_encode()||json_decode()| を参照してください。
14391439

14401440
'lsp' モードを使用してチャネルを開くには、|ch_open()| の引数 {options}
1441-
'mode' 要素を 'lsp' にします。例: >
1441+
'mode' 項目を 'lsp' にします。例: >
14421442
14431443
let ch = ch_open(..., #{mode: 'lsp'})
14441444
14451445
'lsp' モードを使用したチャネルをジョブで開くには、|job_start()| の引数
1446-
{options} の 'in_mode' と 'out_mode' 要素を 'lsp' にします。例: >
1446+
{options} の 'in_mode' と 'out_mode' 項目を 'lsp' にします。例: >
14471447
14481448
let cmd = ['clangd', '--background-index', '--clang-tidy']
14491449
let opts = {}

0 commit comments

Comments
 (0)