File 0900-Update-supervisor.xml.patch of Package erlang
From e7e41e8057c59fb0790f4bde0cde974214ff4eab Mon Sep 17 00:00:00 2001
From: neo <79276645+neo-clj@users.noreply.github.com>
Date: Wed, 15 Nov 2023 16:59:33 +0330
Subject: [PATCH] Update supervisor.xml
---
lib/stdlib/doc/src/supervisor.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/supervisor.xml b/lib/stdlib/doc/src/supervisor.xml
index a4ec9d2f3f..710bcc6604 100644
--- a/lib/stdlib/doc/src/supervisor.xml
+++ b/lib/stdlib/doc/src/supervisor.xml
@@ -39,7 +39,7 @@
<seeerl marker="gen_server"><c>gen_server</c></seeerl>, or
<seeerl marker="gen_statem"><c>gen_statem</c></seeerl>
behaviors. A supervisor implemented using this module has
- a standard set of interface functions and include functionality
+ a standard set of interface functions and includes functionality
for tracing and error reporting. Supervisors are used to build a
hierarchical process structure called a supervision tree, a
nice way to structure a fault-tolerant application. For more
--
2.35.3