chore: rename {mod} to module

This commit is contained in:
zhongwencool 2023-06-10 09:53:01 +08:00
parent cf9a207743
commit 6c6ff4ea1f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
-export([schema/2]).
-define(MOD, {mod}).
-define(MOD, module).
-define(WKEY, '?').
-type handler_name() :: module().