Skip to content

Commit 1675aef

Browse files
h-eastmityu
andauthored
Update doc/vim9.jax
Co-authored-by: mityu <mityu.mail@gmail.com>
1 parent d592366 commit 1675aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/vim9.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2090,7 +2090,7 @@ Vimは "b:two" の型を知らないため、式は list<any> となる。実行
20902090
echo <list<any>>[3, 2, 1]->extend(['Go!'])
20912091
echo <string>[3, 2, 1]->extend(['Go!'])->string()
20922092
echo <tuple<...list<number>>>[3, 2, 1]->list2tuple()
2093-
# これらの型キャストは失敗する
2093+
# この型キャストは失敗する
20942094
echo <number>[3, 2, 1]->extend(['Go!'])->string()
20952095
<
20962096
*E1272*

0 commit comments

Comments
 (0)