Skip to content

Commit 4359d53

Browse files
h-eastmityu
andauthored
Update doc/builtin.jax
Co-authored-by: mityu <mityu.mail@gmail.com>
1 parent 7d9be4e commit 4359d53

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/builtin.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11676,8 +11676,9 @@ tuple2list({tuple}) *tuple2list()*
1167611676
< |list2tuple()| はその逆を行う。
1167711677

1167811678
この関数は、{tuple} 内のすべての Tuple 項目を再帰的にリストに
11679-
変換するわけではない。リストと tuple の項目は同一であり、項目
11680-
を変更すると tuple とリストの両方の内容が変更されることに注意。
11679+
変換するわけではない。Note リストと tuple の項目は同一であり、
11680+
項目を変更すると tuple とリストの両方の内容が変更されることに
11681+
注意。
1168111682

1168211683
エラーの場合は空のリストを返す。
1168311684

0 commit comments

Comments
 (0)