Skip to content

Commit 7678044

Browse files
jscissrMylesBorins
authored andcommitted
doc: remove braces which shouldn't be there
PR-URL: #15094 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 29f9101 commit 7678044

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/http2.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ added: v8.4.0
757757

758758
Shortcut for `http2stream.rstStream()` using error code `0x00` (No Error).
759759

760-
#### http2stream.rstWithProtocolError() {
760+
#### http2stream.rstWithProtocolError()
761761
<!-- YAML
762762
added: v8.4.0
763763
-->
@@ -766,7 +766,7 @@ added: v8.4.0
766766

767767
Shortcut for `http2stream.rstStream()` using error code `0x01` (Protocol Error).
768768

769-
#### http2stream.rstWithCancel() {
769+
#### http2stream.rstWithCancel()
770770
<!-- YAML
771771
added: v8.4.0
772772
-->
@@ -775,7 +775,7 @@ added: v8.4.0
775775

776776
Shortcut for `http2stream.rstStream()` using error code `0x08` (Cancel).
777777

778-
#### http2stream.rstWithRefuse() {
778+
#### http2stream.rstWithRefuse()
779779
<!-- YAML
780780
added: v8.4.0
781781
-->
@@ -784,7 +784,7 @@ added: v8.4.0
784784

785785
Shortcut for `http2stream.rstStream()` using error code `0x07` (Refused Stream).
786786

787-
#### http2stream.rstWithInternalError() {
787+
#### http2stream.rstWithInternalError()
788788
<!-- YAML
789789
added: v8.4.0
790790
-->

0 commit comments

Comments
 (0)