chore: fix comments in emqx_connection

This commit is contained in:
William Yang 2023-02-10 11:52:59 +01:00
parent 8a5db51961
commit f106f30a96
1 changed files with 2 additions and 1 deletions

View File

@ -18,8 +18,9 @@
%% Transport:
%% - TCP connection
%% - TCP/TLS connection
%% - WebSocket
%% - QUIC Stream
%%
%% for WebSocket @see emqx_ws_connection.erl
-module(emqx_connection).
-include("emqx.hrl").