Skip to content

Commit 5b484ae

Browse files
committed
Fix by review
1 parent 008d6f4 commit 5b484ae

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
@@ -1361,8 +1361,8 @@ blob2list({blob}) *blob2list()*
13611361

13621362

13631363
blob2str({blob} [, {options}]) *blob2str()*
1364-
{blob} 内のバイト列を文字に変換して、現在の 'encoding' で文字
1365-
列のリストを返す
1364+
{blob} 内のバイト列を文字に変換した現在の 'encoding' の文字列
1365+
のリストを返す
13661366

13671367
blob 内の各 <NL> バイトは文字列の末尾として解釈され、新しいリ
13681368
スト項目が追加される。blob 内の各 <NUL> バイトは <NL> 文字に変

0 commit comments

Comments
 (0)