From 3664cd6ae6671c04217070e3c5e9d5938e0423bf Mon Sep 17 00:00:00 2001 From: Lars Thorsen Date: Tue, 17 May 2016 08:40:03 +0200 Subject: Correct usage of marker tag --- system/doc/design_principles/sup_princ.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'system/doc/design_principles') diff --git a/system/doc/design_principles/sup_princ.xml b/system/doc/design_principles/sup_princ.xml index a77b3964fc..0a24e97950 100644 --- a/system/doc/design_principles/sup_princ.xml +++ b/system/doc/design_principles/sup_princ.xml @@ -80,8 +80,8 @@ init(_Args) ->
- Supervisor Flags + Supervisor Flags

This is the type definition for the supervisor flags:

strategy(), % optional @@ -106,9 +106,8 @@ sup_flags() = #{strategy => strategy(), % optional
- + Restart Strategy -

The restart strategy is specified by the strategy key in the supervisor flags map returned by the callback function init:

-- cgit v1.2.3