Skip to content

Commit e36f046

Browse files
committed
Fix by review
1 parent 1f2b357 commit e36f046

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/eval.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,8 @@ Note リストの比較について注意: 2つのリストは、同じ長さを
454454
:call reverse(list) " 項目の順序を反転させる
455455
:call uniq(sort(list)) " ソートして重複を削除する
456456
457-
Vim9 script または def メソッドでは、リストの長さをインデックスとして使用して、
458-
新しい項目をリストに追加できる: >
457+
Vim9 script または def メソッド内では、リストの長さをインデックスとして使用し
458+
て、新しい項目をリストに追加できる: >
459459
vim9script
460460
var l: list<string>
461461
l[0] = 'a'

0 commit comments

Comments
 (0)