diff --git a/include/elli.hrl b/include/elli.hrl index 44d2375..6e5fcc3 100644 --- a/include/elli.hrl +++ b/include/elli.hrl @@ -1,5 +1,5 @@ --type callback_mod() :: atom(). +-type callback_mod() :: module(). -type callback_args() :: any(). -type callback() :: {callback_mod(), callback_args()}.