@@ -559,7 +559,7 @@ when:
559
559
* A new HTTP/2 ` HEADERS ` frame with a previously unused stream ID is received;
560
560
* The ` http2stream.pushStream() ` method is called.
561
561
562
- On the client side, instances of [ ` ClientHttp2Stream ` [ ] are created when the
562
+ On the client side, instances of [ ` ClientHttp2Stream ` ] [ ] are created when the
563
563
` http2session.request() ` method is called.
564
564
565
565
* Note* : On the client, the ` Http2Stream ` instance returned by
@@ -1451,7 +1451,7 @@ added: REPLACEME
1451
1451
* ` settings ` {[ Settings Object] [ ] }
1452
1452
* Returns: {Buffer}
1453
1453
1454
- Returns a [ Buffer] [ ] instance containing serialized representation of the given
1454
+ Returns a ` Buffer ` instance containing serialized representation of the given
1455
1455
HTTP/2 settings as specified in the [ HTTP/2] [ ] specification. This is intended
1456
1456
for use with the ` HTTP2-Settings ` header field.
1457
1457
@@ -1691,13 +1691,13 @@ TBD
1691
1691
[ `net.Socket` ] : net.html
1692
1692
[ `tls.TLSSocket` ] : tls.html
1693
1693
[ `tls.createServer()` ] : tls.html#tls_tls_createserver_options_secureconnectionlistener
1694
- [ ClientHttp2Stream ] : #http2_class_clienthttp2stream
1695
- [ Compatibility API: #http2_compatibility_api
1694
+ [ ` ClientHttp2Stream` ] : #http2_class_clienthttp2stream
1695
+ [ Compatibility API ] : #http2_compatibility_api
1696
1696
[ `Duplex` ] : stream.html#stream_class_stream_duplex
1697
1697
[ Headers Object ] : #http2_headers_object
1698
- [ Http2Stream ] : #http2_class_http2stream
1698
+ [ ` Http2Stream` ] : #http2_class_http2stream
1699
1699
[ Http2Session and Sockets ] : #http2_http2sesion_and_sockets
1700
- [ ServerHttp2Stream ] : #http2_class_serverhttp2stream
1700
+ [ ` ServerHttp2Stream` ] : #http2_class_serverhttp2stream
1701
1701
[ Settings Object ] : #http2_settings_object
1702
1702
[ Using options.selectPadding ] : #http2_using_options_selectpadding
1703
1703
[ error code ] : #error_codes
0 commit comments