docs: fix comment typo in emqx_retainer_sup.erl
Co-authored-by: ieQu1 <99872536+ieQu1@users.noreply.github.com>
This commit is contained in:
parent
93a97e0df2
commit
0287d6c755
|
@ -35,5 +35,5 @@ init([Env]) ->
|
|||
modules => [emqx_retainer]} || not is_managed_by_modules()]}}.
|
||||
|
||||
is_managed_by_modules() ->
|
||||
%% always flase for opensource edition
|
||||
%% always false for opensource edition
|
||||
false.
|
||||
|
|
Loading…
Reference in New Issue