File 2724-Add-since-to-docs-for-maps-functions-new-in-OTP-24.0.patch of Package erlang
From be9003f98b40fec43459ed2b200ccbb34c0d441d Mon Sep 17 00:00:00 2001
From: Maria-12648430 <maria-12648430@hnc-agency.org>
Date: Tue, 6 Apr 2021 17:15:32 +0200
Subject: [PATCH 2/3] Add since to docs for maps functions new in OTP 24.0
* filtermap/2
---
lib/stdlib/doc/src/maps.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/maps.xml b/lib/stdlib/doc/src/maps.xml
index d90d566c14..e596d60aa3 100644
--- a/lib/stdlib/doc/src/maps.xml
+++ b/lib/stdlib/doc/src/maps.xml
@@ -73,7 +73,7 @@
</func>
<func>
- <name name="filtermap" arity="2" since=""/>
+ <name name="filtermap" arity="2" since="OTP 24.0"/>
<fsummary>Filter and map a map.</fsummary>
<desc>
<p>Returns a map <c><anno>Map</anno></c> that is the result of calling
--
2.26.2