diff options
author | Henrik Nord <[email protected]> | 2016-04-07 14:33:37 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2016-04-07 14:33:37 +0200 |
commit | 003eb55cba4cf97e412cd307c8b954e127ebb052 (patch) | |
tree | 907db549c5664b401542c6988524d697dc65a4c1 | |
parent | e45d8bdbb9bf5a1ecdcb3ce07ac6543eb51b3fe2 (diff) | |
parent | a2f2d8a51d0650d290b13c21b89911202ca29093 (diff) | |
download | otp-003eb55cba4cf97e412cd307c8b954e127ebb052.tar.gz otp-003eb55cba4cf97e412cd307c8b954e127ebb052.tar.bz2 otp-003eb55cba4cf97e412cd307c8b954e127ebb052.zip |
Merge branch 'derek121/supervisor_docs/PR-974'
* derek121/supervisor_docs/PR-974:
Fix small supervisor docs grammar issue
-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 |