File 0488-docs-Add-missing-space-on-maps-doc.patch of Package erlang
From 506cdda0f3fa30f94efbe7106f69cd8e5c582540 Mon Sep 17 00:00:00 2001
From: Marcelino Alberdi Pereira <marcelino.alberdi@nomasystems.com>
Date: Wed, 21 Sep 2022 12:18:04 +0200
Subject: [PATCH] docs: Add missing space on maps doc
---
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 98b764ab70..ce9fbc230a 100644
--- a/lib/stdlib/doc/src/maps.xml
+++ b/lib/stdlib/doc/src/maps.xml
@@ -87,7 +87,7 @@
returns <c>true</c>, the association is copied to the result map. If
it returns <c>false</c>, the association is not copied. If it returns
<c>{true, NewValue}</c>, the value for <c><anno>Key</anno></c> is
- replaced with <c>NewValue</c>at this position is replaced in the
+ replaced with <c>NewValue</c> at this position is replaced in the
result map.</p>
<p>The call fails with a <c>{badmap,Map}</c> exception if
<c><anno>MapOrIter</anno></c> is not a map or valid iterator,
--
2.35.3