chore(hooks): update type

This commit is contained in:
Rory Z 2021-06-18 18:08:31 +08:00 committed by Shawn
parent 1fa55f5a4e
commit 186094d2ab
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@
%% equal priority values.
-type(hookpoint() :: atom()).
-type(action() :: mfargs()).
-type(filter() :: mfargs()).
-type(action() :: {module(), atom(), [term()] | undefined}).
-type(filter() :: {module(), atom(), [term()] | undefined}).
-record(callback, {
action :: action(),