Browse Source

style: fix comment

Stefan Strigler 3 năm trước cách đây
mục cha
commit
618ec04340
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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.
 
-%% @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