aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/design_principles
diff options
context:
space:
mode:
authorRicardo Catalinas Jiménez <[email protected]>2012-02-08 01:01:10 +0100
committerRicardo Catalinas Jiménez <[email protected]>2012-02-08 01:01:10 +0100
commit425ccd6679a52a6d149339b8fb88435aabed8653 (patch)
tree57e7235793744ed1684a99839aa6a569fbdb3476 /system/doc/design_principles
parent8d59a1fc518719c8c445d9d94b23c173c18b4438 (diff)
downloadotp-425ccd6679a52a6d149339b8fb88435aabed8653.tar.gz
otp-425ccd6679a52a6d149339b8fb88435aabed8653.tar.bz2
otp-425ccd6679a52a6d149339b8fb88435aabed8653.zip
Fix typo in supervisor behaviour doc
Remove unnecessary &gt; from a CDATA section.
Diffstat (limited to 'system/doc/design_principles')
-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 5b8fd604c8..c473e257fa 100644
--- a/system/doc/design_principles/sup_princ.xml
+++ b/system/doc/design_principles/sup_princ.xml
@@ -136,7 +136,7 @@ init(...) ->
M = F = atom()
A = [term()]
Restart = permanent | transient | temporary
- Shutdown = brutal_kill | integer() &gt;=0 | infinity
+ Shutdown = brutal_kill | integer()>=0 | infinity
Type = worker | supervisor
Modules = [Module] | dynamic
Module = atom()]]></code>