File 0288-Fix-one-small-typo-in-maps-efficiency-guide.patch of Package erlang
From c69f52b9324a4160e2d3986ca66c16479d78a358 Mon Sep 17 00:00:00 2001
From: Wei Huang <weih@kahoot.com>
Date: Thu, 6 Nov 2025 13:55:16 +0100
Subject: [PATCH] Fix one small typo in maps efficiency guide
---
system/doc/efficiency_guide/maps.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/doc/efficiency_guide/maps.xml b/system/doc/efficiency_guide/maps.xml
index 4340d47889..333c78fc6a 100644
--- a/system/doc/efficiency_guide/maps.xml
+++ b/system/doc/efficiency_guide/maps.xml
@@ -445,7 +445,7 @@ new() ->
it is known that only a minority of the values will be removed,
it can be more efficient to avoid <c>maps:filter/2</c> and write
a function that will use <seemfa
- marker="stdlib:maps#remove/2">maps:remove/3</seemfa> to remove
+ marker="stdlib:maps#remove/2">maps:remove/2</seemfa> to remove
the unwanted values.</p>
</section>
--
2.51.0