瀏覽代碼

docs: fix typo in comments

Zaiming (Stone) Shi 2 年之前
父節點
當前提交
98e94d8619
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/emqx/src/emqx_channel.erl

+ 1 - 1
apps/emqx/src/emqx_channel.erl

@@ -2317,7 +2317,7 @@ shutdown(Reason, Reply, Packet, Channel) ->
     {shutdown, Reason, Reply, Packet, Channel}.
 
 %% process exits with {shutdown, #{shutdown_count := Kind}} will trigger
-%% make the connection supervisor (esockd) keep a shutdown-counter groupd by Kind
+%% the connection supervisor (esockd) to keep a shutdown-counter grouped by Kind
 shutdown_count(Kind, Reason) when is_map(Reason) ->
     Reason#{shutdown_count => Kind};
 shutdown_count(Kind, Reason) ->