summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mirrored_supervisor.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl
index 2501df4698..9bc350b2e4 100644
--- a/src/mirrored_supervisor.erl
+++ b/src/mirrored_supervisor.erl
@@ -64,7 +64,9 @@
%%
%% 3) start_link({global, Name}, Module, Args) is not available.
%%
-%% 4) Mnesia is used to hold global state. At some point your
+%% 4) The restart strategy simple_one_for_one is not available.
+%%
+%% 5) Mnesia is used to hold global state. At some point your
%% application should invoke create_tables() (or table_definitions()
%% if it wants to manage table creation itself).
%%