Skip to content

Commit 4468090

Browse files
committed
eval.jax: translate update
1 parent 74f75f0 commit 4468090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/eval.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3081,12 +3081,12 @@ text...
30813081
|Vim9| script では index が使用される。現在の要素よりも
30823082
前の要素が削除された場合、次の要素はスキップされる。
30833083

3084-
{object}|Blob| の場合、Vimは常にコピーを作成して繰
3084+
{object} |Blob| の場合、Vimは常にコピーを作成して繰
30853085
り返す。|List| とは異なり、|Blob| を変更しても繰り返し
30863086
には影響しない。
30873087

3088-
When {object} is a |String| each item is a string with
3089-
one character, plus any combining characters.
3088+
{object} |String| の場合は各要素は1つの文字、それと
3089+
任意の結合文字による文字列になる。
30903090

30913091
|Vim9| script では、スクリプトの可読性向上のため
30923092
`:endfor` は短縮できない。

0 commit comments

Comments
 (0)