aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_event.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gun_event.erl')
-rw-r--r--src/gun_event.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gun_event.erl b/src/gun_event.erl
index 0c1326d..a553ddb 100644
--- a/src/gun_event.erl
+++ b/src/gun_event.erl
@@ -57,9 +57,9 @@
%% tls_handshake_start/tls_handshake_end.
%%
%% These events occur when connecting to a TLS server or when
-%% upgrading the connection to use TLS, for example using CONNECT.
-%% The stream_ref/reply_to values are only present when the TLS
-%% handshake occurs as a result of a request.
+%% upgrading the connection or stream to use TLS, for example
+%% using CONNECT. The stream_ref/reply_to values are only
+%% present when the TLS handshake occurs as a result of a request.
-type tls_handshake_event() :: #{
stream_ref => reference(),