Skip to content

Commit 7d9be4e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/builtin.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6491,8 +6491,8 @@ list2tuple({list}) *list2tuple()*
64916491
< |tuple2list()| はその逆を行う。
64926492

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

64986498
エラーの場合は空の tuple を返す。

0 commit comments

Comments
 (0)