diff options
author | Ricardo Catalinas Jiménez <[email protected]> | 2012-02-08 01:01:10 +0100 |
---|---|---|
committer | Ricardo Catalinas Jiménez <[email protected]> | 2012-02-08 01:01:10 +0100 |
commit | 425ccd6679a52a6d149339b8fb88435aabed8653 (patch) | |
tree | 57e7235793744ed1684a99839aa6a569fbdb3476 /system | |
parent | 8d59a1fc518719c8c445d9d94b23c173c18b4438 (diff) | |
download | otp-425ccd6679a52a6d149339b8fb88435aabed8653.tar.gz otp-425ccd6679a52a6d149339b8fb88435aabed8653.tar.bz2 otp-425ccd6679a52a6d149339b8fb88435aabed8653.zip |
Fix typo in supervisor behaviour doc
Remove unnecessary > from a CDATA section.
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 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() >=0 | infinity + Shutdown = brutal_kill | integer()>=0 | infinity Type = worker | supervisor Modules = [Module] | dynamic Module = atom()]]></code> |