diff options
author | Derek Brown <[email protected]> | 2016-02-21 19:36:25 -0500 |
---|---|---|
committer | Derek Brown <[email protected]> | 2016-02-21 19:36:25 -0500 |
commit | a2f2d8a51d0650d290b13c21b89911202ca29093 (patch) | |
tree | d817d84c757e9580a78999515df6f2460c6307f6 /system | |
parent | d0002b70b1f948dcef3e08781b9db589907776c5 (diff) | |
download | otp-a2f2d8a51d0650d290b13c21b89911202ca29093.tar.gz otp-a2f2d8a51d0650d290b13c21b89911202ca29093.tar.bz2 otp-a2f2d8a51d0650d290b13c21b89911202ca29093.zip |
Fix small supervisor docs grammar issue
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/design_principles/sup_princ.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/design_principles/sup_princ.xml b/system/doc/design_principles/sup_princ.xml index 5e2f6ba9cb..08c4b7c59e 100644 --- a/system/doc/design_principles/sup_princ.xml +++ b/system/doc/design_principles/sup_princ.xml @@ -229,7 +229,7 @@ child_spec() = #{id => child_id(), % mandatory is <c>rest_for_one</c> or <c>one_for_all</c> and a sibling death causes the temporary process to be terminated).</item> <item>A <c>transient</c> child process is restarted only if it - terminates abnormally, that is, with another exit reason than + terminates abnormally, that is, with an exit reason other than <c>normal</c>, <c>shutdown</c>, or <c>{shutdown,Term}</c>.</item> </list> <p>The <c>restart</c> key is optional. If it is not given, the |