File 1400-Update-gen_event.xml.patch of Package erlang
From a0f7c6b080eff71ce1d661042563107e68771242 Mon Sep 17 00:00:00 2001
From: neo <79276645+neo-clj@users.noreply.github.com>
Date: Tue, 14 Nov 2023 19:48:06 +0330
Subject: [PATCH] Update gen_event.xml
redundant "the"
---
lib/stdlib/doc/src/gen_event.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/gen_event.xml b/lib/stdlib/doc/src/gen_event.xml
index 99333e284f..3c45eb94ec 100644
--- a/lib/stdlib/doc/src/gen_event.xml
+++ b/lib/stdlib/doc/src/gen_event.xml
@@ -1408,7 +1408,7 @@ format_status(Status) ->
</list>
<p>This function is useful for changing the form and
appearance of the event handler state for these cases. An
- event handler callback module wishing to change the
+ event handler callback module wishing to change
the <c>sys:get_status/1,2</c> return value as well as how
its state appears in termination error logs, exports an
instance of <c>format_status/2</c> that returns a term
--
2.35.3