Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cbc9e5c

Browse files
committedFeb 5, 2016
comma: コンマ #44 #138
1 parent 3f926fd commit cbc9e5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/eval.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4142,8 +4142,8 @@ jsondecode({string}) *jsondecode()*
41424142
これはJSONフォーマットの文字列を解析し、それと同等のVimの値を
41434143
返す。JSONとVimの値の関係は|jsonencode()|を参照。
41444144
デコードは寛容である:
4145-
- 配列やオブジェクトの末尾カンマは無視される
4146-
- 配列内の空要素、2つのカンマの間がホワイトスペースもしくは無
4145+
- 配列やオブジェクトの末尾コンマは無視される
4146+
- 配列内の空要素、2つのコンマの間がホワイトスペースもしくは無
41474147
い場合はv:noneとされる。
41484148
- オブジェクトのメンバ名が文字列でない場合、それは文字列に変換
41494149
される。例えば数値123は文字列"123"として使われる。

0 commit comments

Comments
 (0)
Please sign in to comment.