Skip to content

Commit d066d74

Browse files
shirachacrazymaster
shiracha
authored andcommitted
eval.jaxの誤字1か所修正
1 parent 6713997 commit d066d74

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
@@ -6982,7 +6982,7 @@ Vimはこれを見つけると、まず波括弧の中の式を評価し、そ
69826982
:let i = 0
69836983
:let [i, x[i]] = [1, 2]
69846984
:echo x
6985-
< 子の結果は[0, 2]となる。
6985+
< この結果は[0, 2]となる。
69866986

69876987
:let [{name1}, {name2}, ...] .= {expr1}
69886988
:let [{name1}, {name2}, ...] += {expr1}

0 commit comments

Comments
 (0)