File 0449-Minor-typo-in-OTP-Design-Principles-5.2-Example.patch of Package erlang
From 480b4bce78dc525301a1843221a1053a5374a955 Mon Sep 17 00:00:00 2001
From: Eric Peterson <peterson.eric.c@gmail.com>
Date: Tue, 2 Aug 2022 10:34:29 -0700
Subject: [PATCH] Minor typo in OTP Design Principles, 5.2 Example
---
system/doc/design_principles/sup_princ.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/doc/design_principles/sup_princ.xml b/system/doc/design_principles/sup_princ.xml
index 406bea1ad1..554eeeed91 100644
--- a/system/doc/design_principles/sup_princ.xml
+++ b/system/doc/design_principles/sup_princ.xml
@@ -69,7 +69,7 @@ init(_Args) ->
restart => permanent,
shutdown => brutal_kill,
type => worker,
- modules => [cg3]}],
+ modules => [ch3]}],
{ok, {SupFlags, ChildSpecs}}.</code>
<p>The <c>SupFlags</c> variable in the return value
from <c>init/1</c> represents
--
2.35.3