File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Every `Http2Session` instance is associated with exactly one [`net.Socket`][] or
125
125
[ ` tls.TLSSocket ` ] [ ] when it is created. When either the ` Socket ` or the
126
126
` Http2Session ` are destroyed, both will be destroyed.
127
127
128
- Because the of the specific serialization and processing requirements imposed
128
+ Because of the specific serialization and processing requirements imposed
129
129
by the HTTP/2 protocol, it is not recommended for user code to read data from
130
130
or write data to a ` Socket ` instance bound to a ` Http2Session ` . Doing so can
131
131
put the HTTP/2 session into an indeterminate state causing the session and
@@ -1123,7 +1123,7 @@ added: v9.5.0
1123
1123
1124
1124
* {HTTP/2 Headers Object}
1125
1125
1126
- An object containing the outbound trailers sent for this this ` HttpStream ` .
1126
+ An object containing the outbound trailers sent for this ` HttpStream ` .
1127
1127
1128
1128
#### http2stream.session
1129
1129
<!-- YAML
You can’t perform that action at this time.
0 commit comments