summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gm_specs.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gm_specs.hrl b/include/gm_specs.hrl
index 987866db38..2109d15d22 100644
--- a/include/gm_specs.hrl
+++ b/include/gm_specs.hrl
@@ -16,7 +16,7 @@
-ifdef(use_specs).
--type(callback_result() :: 'ok' | {'stop', any()}).
+-type(callback_result() :: 'ok' | {'stop', any()} | {'become', atom(), args()}).
-type(args() :: [any()]).
-type(members() :: [pid()]).