Skip to content

Commit 543ddf1

Browse files
authored
fix builtin.jax
1 parent dffd967 commit 543ddf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/builtin.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9865,7 +9865,7 @@ tr({src}, {fromstr}, {tostr}) *tr()*
98659865
< 戻り値は "{blob}" となる。
98669866

98679867
|method| としても使用できる: >
9868-
GetText()->toupper()
9868+
GetText()->tr(from, to)
98699869

98709870
trim({text} [, {mask} [, {dir}]]) *trim()*
98719871
{text} の先頭と/もしくは末尾から、{mask} 内のすべての文字を取

0 commit comments

Comments
 (0)