Skip to content

Commit

Permalink
Fix typo in supervisor behaviour doc
Browse files Browse the repository at this point in the history
Remove unnecessary > from a CDATA section.
  • Loading branch information
jimenezrick committed Feb 8, 2012
1 parent 8d59a1f commit 425ccd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/doc/design_principles/sup_princ.xml
Expand Up @@ -136,7 +136,7 @@ init(...) ->
M = F = atom() M = F = atom()
A = [term()] A = [term()]
Restart = permanent | transient | temporary Restart = permanent | transient | temporary
Shutdown = brutal_kill | integer() >=0 | infinity Shutdown = brutal_kill | integer()>=0 | infinity
Type = worker | supervisor Type = worker | supervisor
Modules = [Module] | dynamic Modules = [Module] | dynamic
Module = atom()]]></code> Module = atom()]]></code>
Expand Down

0 comments on commit 425ccd6

Please sign in to comment.