docs: fix typo in comments

This commit is contained in:
Zaiming (Stone) Shi 2024-01-09 19:16:05 +01:00
parent cc00dd80ee
commit 98e94d8619
1 changed files with 1 additions and 1 deletions

View File

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