Skip to content

Commit

Permalink
http2: correcting the heading format
Browse files Browse the repository at this point in the history
PR-URL: #22262
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: George Adams <[email protected]>
  • Loading branch information
antsmartian authored and George Adams committed Aug 14, 2018
1 parent 7404a4d commit fc84666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc84666

Please sign in to comment.