chore(emqx_authz): fix `ipaddrs` type and style in etc/acl.conf

This commit is contained in:
Serge Tupchii 2023-06-23 14:53:26 +03:00
parent a757afcb7e
commit 639fe276e1
1 changed files with 4 additions and 4 deletions

View File

@ -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()}}).
%%