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
@@ -1132,7 +1132,7 @@ added: v9.5.0
1132
1132
1133
1133
* {HTTP/2 Headers Object}
1134
1134
1135
- An object containing the outbound trailers sent for this this ` HttpStream ` .
1135
+ An object containing the outbound trailers sent for this ` HttpStream ` .
1136
1136
1137
1137
#### http2stream.session
1138
1138
<!-- YAML
You can’t perform that action at this time.
0 commit comments