Skip to content

Commit d4b2a28

Browse files
mityuh-east
andauthored
Fix by review
Co-authored-by: h_east <[email protected]>
1 parent 2f4da4f commit d4b2a28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/builtin.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9379,8 +9379,8 @@ string({expr}) {expr}を文字列に変換して返す。{expr}が数値、浮
93799379
を使用すると失敗する。
93809380

93819381
オブジェクトに対しては、|string()| メソッドを呼び出してオブジェ
9382-
クトのテキスト表現を取得する。そのメソッドが存在しない場合は、
9383-
デフォルトの表現が用いられる
9382+
クトのテキスト表現を取得する。メソッドが存在しない場合は、デ
9383+
フォルトの表現が用いられる
93849384

93859385
|method| としても使用できる: >
93869386
mylist->string()
@@ -10578,7 +10578,7 @@ win_splitmove({nr}, {target} [, {options}]) *win_splitmove()*
1057810578
一時的にウィンドウ {target} に移り、そしてウィンドウ {nr} を
1057910579
{target} に隣接する新しい分割に移動する。
1058010580
|:split| などのコマンドと異なり、新しいウィンドウは作成されな
10581-
い (ウィンドウ {nr} の |window-ID| は移動後も同じままである)。
10581+
い (ウィンドウ {nr} の |window-ID| は移動後も変更されない)。
1058210582

1058310583
{nr} と {target} の両方とも、ウィンドウ番号または |window-ID|
1058410584
である。両方とも現在のタブページになければならない。

0 commit comments

Comments
 (0)