Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

Commit

Permalink
doc: remove braces which shouldn't be there
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#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 Olivia Hugger committed Aug 30, 2017
1 parent 36e833b commit 28ae75d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
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 28ae75d

Please sign in to comment.