Skip to content

Commit 182cd00

Browse files
committed
Fix by review
1 parent 2aaba38 commit 182cd00

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
@@ -1300,7 +1300,7 @@ balloon_split({msg}) *balloon_split()*
13001300

13011301
base64_decode({string}) *base64_decode()*
13021302
{string} の base64 でエンコードされた文字列からデコードされた
1303-
バイトを含む Blob を返す。
1303+
バイト列を含む Blob を返す。
13041304

13051305
{string} 引数は base64 でエンコードされた文字のみを含み、長さ
13061306
は 4 の倍数にする必要がある。
@@ -1320,7 +1320,7 @@ base64_decode({string}) *base64_decode()*
13201320

13211321

13221322
base64_encode({blob}) *base64_encode()*
1323-
{blob} 内のバイトを表す base64 エンコードされた文字列を返す。
1323+
{blob} 内のバイト列を表す base64 エンコードされた文字列を返す。
13241324
RFC 4648 で定義されている base64 アルファベットが使用される。
13251325

13261326
例: >

0 commit comments

Comments
 (0)