summaryrefslogtreecommitdiff
path: root/lib/stdlib/doc/src/base64.xml
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2023-05-15 12:36:07 +0200
committerErlang/OTP <otp@erlang.org>2023-05-15 12:36:07 +0200
commit2f361f653d649d002a26d1d2a5c8c3efd1303832 (patch)
treea1ed8c18d01f94f53ed73d7f12a7de8aaa71aac6 /lib/stdlib/doc/src/base64.xml
parent47dc52e1189de34f148ca389a7810800a1d9240c (diff)
downloaderlang-2f361f653d649d002a26d1d2a5c8c3efd1303832.tar.gz
Prepare release
Diffstat (limited to 'lib/stdlib/doc/src/base64.xml')
-rw-r--r--lib/stdlib/doc/src/base64.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/stdlib/doc/src/base64.xml b/lib/stdlib/doc/src/base64.xml
index a4ab294336..e3d217ca39 100644
--- a/lib/stdlib/doc/src/base64.xml
+++ b/lib/stdlib/doc/src/base64.xml
@@ -103,10 +103,10 @@
</func>
<func>
- <name name="decode" arity="2" since="OTP @OTP-18247@"/>
- <name name="decode_to_string" arity="2" since="OTP @OTP-18247@"/>
- <name name="mime_decode" arity="2" since="OTP @OTP-18247@"/>
- <name name="mime_decode_to_string" arity="2" since="OTP @OTP-18247@"/>
+ <name name="decode" arity="2" since="OTP 26.0"/>
+ <name name="decode_to_string" arity="2" since="OTP 26.0"/>
+ <name name="mime_decode" arity="2" since="OTP 26.0"/>
+ <name name="mime_decode_to_string" arity="2" since="OTP 26.0"/>
<fsummary>Decode a base64 encoded string to data.</fsummary>
<type variable="Base64"/>
<type variable="Options" name_i="1"/>
@@ -163,8 +163,8 @@
</func>
<func>
- <name name="encode" arity="2" since="OTP @OTP-18247@"/>
- <name name="encode_to_string" arity="2" since="OTP @OTP-18247@"/>
+ <name name="encode" arity="2" since="OTP 26.0"/>
+ <name name="encode_to_string" arity="2" since="OTP 26.0"/>
<fsummary>Encode data into base64.</fsummary>
<type variable="Data"/>
<type variable="Options"/>