@@ -559,7 +559,7 @@ when:
559559* A new HTTP/2 ` HEADERS ` frame with a previously unused stream ID is received;
560560* The ` http2stream.pushStream() ` method is called.
561561
562- On the client side, instances of [ ` ClientHttp2Stream ` [ ] are created when the
562+ On the client side, instances of [ ` ClientHttp2Stream ` ] [ ] are created when the
563563` http2session.request() ` method is called.
564564
565565* Note* : On the client, the ` Http2Stream ` instance returned by
@@ -1451,7 +1451,7 @@ added: REPLACEME
14511451* ` settings ` {[ Settings Object] [ ] }
14521452* Returns: {Buffer}
14531453
1454- Returns a [ Buffer] [ ] instance containing serialized representation of the given
1454+ Returns a ` Buffer ` instance containing serialized representation of the given
14551455HTTP/2 settings as specified in the [ HTTP/2] [ ] specification. This is intended
14561456for use with the ` HTTP2-Settings ` header field.
14571457
@@ -1691,13 +1691,13 @@ TBD
16911691[ `net.Socket` ] : net.html
16921692[ `tls.TLSSocket` ] : tls.html
16931693[ `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
16961696[ `Duplex` ] : stream.html#stream_class_stream_duplex
16971697[ Headers Object ] : #http2_headers_object
1698- [ Http2Stream ] : #http2_class_http2stream
1698+ [ ` Http2Stream` ] : #http2_class_http2stream
16991699[ Http2Session and Sockets ] : #http2_http2sesion_and_sockets
1700- [ ServerHttp2Stream ] : #http2_class_serverhttp2stream
1700+ [ ` ServerHttp2Stream` ] : #http2_class_serverhttp2stream
17011701[ Settings Object ] : #http2_settings_object
17021702[ Using options.selectPadding ] : #http2_using_options_selectpadding
17031703[ error code ] : #error_codes
0 commit comments