summaryrefslogtreecommitdiff
path: root/lib/stdlib/doc/src/binary.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/binary.xml
parent47dc52e1189de34f148ca389a7810800a1d9240c (diff)
downloaderlang-2f361f653d649d002a26d1d2a5c8c3efd1303832.tar.gz
Prepare release
Diffstat (limited to 'lib/stdlib/doc/src/binary.xml')
-rw-r--r--lib/stdlib/doc/src/binary.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/binary.xml b/lib/stdlib/doc/src/binary.xml
index 07f55ed30e..6f55d6d327 100644
--- a/lib/stdlib/doc/src/binary.xml
+++ b/lib/stdlib/doc/src/binary.xml
@@ -244,7 +244,7 @@
<func>
<name name="encode_hex" arity="1" since="OTP 24.0"/>
- <name name="encode_hex" arity="2" since="OTP @OTP-18354@"/>
+ <name name="encode_hex" arity="2" since="OTP 26.0"/>
<fsummary>Encodes a binary into a hex encoded binary with specified case</fsummary>
<desc>
<p>Encodes a binary into a hex encoded binary using the specified case for the hexadecimal digits "a" to "f".</p>