aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorDerek Brown <[email protected]>2016-02-21 19:36:25 -0500
committerDerek Brown <[email protected]>2016-02-21 19:36:25 -0500
commita2f2d8a51d0650d290b13c21b89911202ca29093 (patch)
treed817d84c757e9580a78999515df6f2460c6307f6 /system
parentd0002b70b1f948dcef3e08781b9db589907776c5 (diff)
downloadotp-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.xml2
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