Skip to content

Commit 733e47f

Browse files
tsuyoshichoh-east
andauthored
channel.jax: fix 'must' translate
Co-authored-by: h_east <[email protected]>
1 parent efc5aed commit 733e47f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/channel.jax

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,8 @@ ch_evalexpr({handle}, {expr} [, {options}]) *ch_evalexpr()*
533533
ンコードされる。この関数は生のチャネルでは使用できない。
534534
|channel-use| を参照。
535535
{handle} はチャネルもしくはチャネルを持つジョブであっても良い。
536-
"lsp" モードでチャネル使用時は、{expr}|Dict| の必要がある。
536+
"lsp" モードでチャネル使用時は、{expr}|Dict| でなければな
537+
らない。
537538
*E917*
538539
{options} は辞書でなければならない。また "callback" のエントリ
539540
を持ってはならない。また個別のリクエストに対して "timeout" を
@@ -711,7 +712,8 @@ ch_sendexpr({handle}, {expr} [, {options}]) *ch_sendexpr()*
711712
|channel-use| を参照。
712713
{handle} はチャネルもしくはチャネルを持つジョブであっても良い。
713714
チャネルは開いていなければならない。
714-
"lsp" モードでチャネル使用時は、{expr}|Dict| の必要がある。
715+
"lsp" モードでチャネル使用時は、{expr}|Dict| でなければな
716+
らない。
715717

716718
チャネルのモードが "lsp" の場合、辞書を返す。それ以外は空の文
717719
字列を返す。{options} に "callback" の項目が存在する場合、リク

0 commit comments

Comments
 (0)