style: fix comment

This commit is contained in:
Stefan Strigler 2023-01-31 15:02:19 +01:00
parent 3587c4c04a
commit 618ec04340
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ do_ensure_installed(NameVsn) ->
}}
end.
%% @doc Ensure files and directories for the given plugin are delete.
%% If a plugin is running, or enabled, error is returned.
%% @doc Ensure files and directories for the given plugin are being deleted.
%% If a plugin is running, or enabled, an error is returned.
-spec ensure_uninstalled(name_vsn()) -> ok | {error, any()}.
ensure_uninstalled(NameVsn) ->
case read_plugin(NameVsn, #{}) of