Skip to content

Commit 3862afc

Browse files
authored
Fix ch_evalraw()
ch_evalraw() の説明文に、存在しない引数 "eval" が使われていたので "string" に修正しました。
1 parent bc97487 commit 3862afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/eval.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2847,7 +2847,7 @@ ch_evalexpr({handle}, {expr} [, {options}]) *ch_evalexpr()*
28472847
{|+channel| 機能付きでコンパイルされたときのみ有効}
28482848

28492849
ch_evalraw({handle}, {string} [, {options}]) *ch_evalraw()*
2850-
{handle}{expr} を送信する。
2850+
{handle}{string} を送信する。
28512851
{handle} はチャネルもしくはチャネルを持つジョブであっても良い。
28522852

28532853
|ch_evalexpr()| と同様に動作する。しかしリクエストをエンコード

0 commit comments

Comments
 (0)