summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-08-10 15:00:03 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2011-08-10 15:00:03 +0100
commitbe0cc69ae9bc07b7a9ad2a60757c60c1c987a4d5 (patch)
treea5cbdbc523912a5fbbde0caf895759a50b346eb7 /src
parent871e1961782bc9a52c6519f4a855f8024e2c7ad8 (diff)
downloadrabbitmq-server-git-be0cc69ae9bc07b7a9ad2a60757c60c1c987a4d5.tar.gz
Cosmetic
Diffstat (limited to 'src')
-rw-r--r--src/mirrored_supervisor.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl
index c8cf527b3a..95183d1b53 100644
--- a/src/mirrored_supervisor.erl
+++ b/src/mirrored_supervisor.erl
@@ -143,7 +143,7 @@
-type child() :: pid() | 'undefined'.
-type child_id() :: term().
--type mfargs() :: {M :: module(), F :: atom(), A :: [term()] | undefined}.
+-type mfargs() :: {M :: module(), F :: atom(), A :: [term()] | 'undefined'}.
-type modules() :: [module()] | 'dynamic'.
-type restart() :: 'permanent' | 'transient' | 'temporary'.
-type shutdown() :: 'brutal_kill' | timeout().