From f106f30a969e808c08cd40d0e9091a7423999a0b Mon Sep 17 00:00:00 2001 From: William Yang Date: Fri, 10 Feb 2023 11:52:59 +0100 Subject: [PATCH] chore: fix comments in emqx_connection --- apps/emqx/src/emqx_connection.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/emqx/src/emqx_connection.erl b/apps/emqx/src/emqx_connection.erl index 9e0099414..e5002cab4 100644 --- a/apps/emqx/src/emqx_connection.erl +++ b/apps/emqx/src/emqx_connection.erl @@ -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").