Sfoglia il codice sorgente

style: fix comment

Stefan Strigler 3 anni fa
parent
commit
618ec04340
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      apps/emqx_plugins/src/emqx_plugins.erl

+ 2 - 2
apps/emqx_plugins/src/emqx_plugins.erl

@@ -111,8 +111,8 @@ do_ensure_installed(NameVsn) ->
             }}
             }}
     end.
     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()}.
 -spec ensure_uninstalled(name_vsn()) -> ok | {error, any()}.
 ensure_uninstalled(NameVsn) ->
 ensure_uninstalled(NameVsn) ->
     case read_plugin(NameVsn, #{}) of
     case read_plugin(NameVsn, #{}) of