File 0753-Fix-small-error-in-monitor-docs.patch of Package erlang
From 9c757414ad9c533884321247f3570816cb2bee43 Mon Sep 17 00:00:00 2001
From: siiky <github-siiky@net-c.cat>
Date: Tue, 8 Oct 2024 10:43:41 +0100
Subject: [PATCH] Fix small error in `monitor/*` docs
---
erts/preloaded/src/erlang.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 016994618a..e000f34127 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -4644,7 +4644,7 @@ RealSystem = system + MissedSystem</code
<p>Now, such a call to <c>monitor</c> will instead succeed and a
monitor is created. But the monitor will only supervise the
connection. That is, a <c>{'DOWN', _, process, _, noconnection}</c> is
- the only message that may be received, as the primitive node have no
+ the only message that may be received, as the primitive node has no
way of reporting the status of the monitored process.</p>
</note>
--
2.43.0