http2: correcting the heading format

PR-URL: https://github.com/nodejs/node/pull/22262
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: George Adams <george.adams@uk.ibm.com>
This commit is contained in:
Anto Aravinth 2018-08-14 23:52:26 +05:30 committed by George Adams
parent 7404a4dd42
commit fc84666263
No known key found for this signature in database
GPG Key ID: 7B8D7E4421A0916D

View File

@ -113,7 +113,7 @@ User code will not create `Http2Session` instances directly. Server-side
new HTTP/2 connection is received. Client-side `Http2Session` instances are
created using the `http2.connect()` method.
#### `Http2Session` and Sockets
#### Http2Session and Sockets
Every `Http2Session` instance is associated with exactly one [`net.Socket`][] or
[`tls.TLSSocket`][] when it is created. When either the `Socket` or the