summaryrefslogtreecommitdiff
path: root/system
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 /system
parent47dc52e1189de34f148ca389a7810800a1d9240c (diff)
downloaderlang-2f361f653d649d002a26d1d2a5c8c3efd1303832.tar.gz
Prepare release
Diffstat (limited to 'system')
-rw-r--r--system/doc/efficiency_guide/maps.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/doc/efficiency_guide/maps.xml b/system/doc/efficiency_guide/maps.xml
index ce78863953..fdb84fca78 100644
--- a/system/doc/efficiency_guide/maps.xml
+++ b/system/doc/efficiency_guide/maps.xml
@@ -517,7 +517,7 @@ new() ->
<change>
<p>
- Before OTP @OTP-18502@ <c>maps:get/3</c> was implemented by calling
+ Before OTP 26.0 <c>maps:get/3</c> was implemented by calling
the function instead of rewriting it as an Erlang expression. It is
now slightly faster but can no longer be traced.
</p>
@@ -597,7 +597,7 @@ new() ->
<change>
<p>
The sharing of key tuples by <c>maps:merge/2</c> was introduced in
- OTP @OTP-18523@. Older versions always contructed a new key tuple on
+ OTP 26.0. Older versions always contructed a new key tuple on
the callers heap.
</p>
</change>