We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a641b2b commit 79ae9b4Copy full SHA for 79ae9b4
1 file changed
src/node_http2.cc
@@ -339,7 +339,7 @@ void Http2Session::New(const FunctionCallbackInfo<Value>& args) {
339
}
340
341
342
-// Capture the stream that will this session will use to send and receive data
+// Capture the stream that this session will use to send and receive data
343
void Http2Session::Consume(const FunctionCallbackInfo<Value>& args) {
344
Http2Session* session;
345
ASSIGN_OR_RETURN_UNWRAP(&session, args.Holder());
0 commit comments