chore(emqx_authz): fix `ipaddrs` type and style in etc/acl.conf
This commit is contained in:
parent
a757afcb7e
commit
639fe276e1
|
@ -1,7 +1,7 @@
|
|||
%%--------------------------------------------------------------------
|
||||
%% -type(ipaddr() :: {ipaddr, string()}).
|
||||
%%
|
||||
%% -type(ipaddrs() :: {ipaddrs, string()}).
|
||||
%% -type(ipaddrs() :: {ipaddrs, [string()]}).
|
||||
%%
|
||||
%% -type(username() :: {user | username, string()} | {user | username, {re, regex()}}).
|
||||
%%
|
||||
|
|
Loading…
Reference in New Issue