Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: remove braces which shouldn't be there
PR-URL: #15094
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
jscissr authored and MylesBorins committed Sep 10, 2017
1 parent bee6a5e commit 2aef114
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/api/http2.md
Expand Up @@ -757,7 +757,7 @@ added: v8.4.0

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

#### http2stream.rstWithProtocolError() {
#### http2stream.rstWithProtocolError()
<!-- YAML
added: v8.4.0
-->
Expand All @@ -766,7 +766,7 @@ added: v8.4.0

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

#### http2stream.rstWithCancel() {
#### http2stream.rstWithCancel()
<!-- YAML
added: v8.4.0
-->
Expand All @@ -775,7 +775,7 @@ added: v8.4.0

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

#### http2stream.rstWithRefuse() {
#### http2stream.rstWithRefuse()
<!-- YAML
added: v8.4.0
-->
Expand All @@ -784,7 +784,7 @@ added: v8.4.0

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

#### http2stream.rstWithInternalError() {
#### http2stream.rstWithInternalError()
<!-- YAML
added: v8.4.0
-->
Expand Down

0 comments on commit 2aef114

Please sign in to comment.