File 0902-Update-supervisor.xml.patch of Package erlang
From 7724899bb01e78630a39338205819594261ad5e0 Mon Sep 17 00:00:00 2001
From: neo <79276645+neo-clj@users.noreply.github.com>
Date: Wed, 15 Nov 2023 17:17:38 +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..c83e02e604 100644
--- a/lib/stdlib/doc/src/supervisor.xml
+++ b/lib/stdlib/doc/src/supervisor.xml
@@ -66,7 +66,7 @@
<p>The children of a supervisor are defined as a list of
<em>child specifications</em>. When the supervisor is started, the child
processes are started in order from left to right according to
- this list. When the supervisor terminates, it first terminates
+ this list. When the supervisor is going to terminate, it first terminates
its child processes in reversed start order, from right to left.</p>
<section>
--
2.35.3