Skip to content

Commit aed79c8

Browse files
committed
Fix typo
1 parent 301f9a2 commit aed79c8

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
@@ -87,8 +87,8 @@ sendを呼ぶたびに毎回コールバックを指定する代わりに、チ
8787
let handle = connect("localhost:8765", 'json', "Handle")
8888
8989
90-
{mode} が "json" の時には、"msg" 引数は受信たメッセージの本文で、Vimの型に変換
91-
されています
90+
{mode} が "json" の時には、"msg" 引数は受信したメッセージの本文で、Vimの型に変
91+
換されています
9292
一方 {mode} が "raw" の時には、 "msg" 引数はメッセージ全体を格納した文字列で
9393
す。
9494

0 commit comments

Comments
 (0)