We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aaba38 commit 182cd00Copy full SHA for 182cd00
doc/builtin.jax
@@ -1300,7 +1300,7 @@ balloon_split({msg}) *balloon_split()*
1300
1301
base64_decode({string}) *base64_decode()*
1302
{string} の base64 でエンコードされた文字列からデコードされた
1303
- バイトを含む Blob を返す。
+ バイト列を含む Blob を返す。
1304
1305
{string} 引数は base64 でエンコードされた文字のみを含み、長さ
1306
は 4 の倍数にする必要がある。
@@ -1320,7 +1320,7 @@ base64_decode({string}) *base64_decode()*
1320
1321
1322
base64_encode({blob}) *base64_encode()*
1323
- {blob} 内のバイトを表す base64 エンコードされた文字列を返す。
+ {blob} 内のバイト列を表す base64 エンコードされた文字列を返す。
1324
RFC 4648 で定義されている base64 アルファベットが使用される。
1325
1326
例: >
0 commit comments