docs: fix comment typo in emqx_retainer_sup.erl

Co-authored-by: ieQu1 <99872536+ieQu1@users.noreply.github.com>
This commit is contained in:
Zaiming (Stone) Shi 2022-08-16 10:30:05 +02:00 committed by GitHub
parent 93a97e0df2
commit 0287d6c755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.