doc: remove braces which shouldn't be there

PR-URL: https://github.com/nodejs/node/pull/15094
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Jan Schär 2017-08-30 15:59:19 +02:00 committed by James M Snell
parent b98e8d995e
commit a80b1621b0

View File

@ -757,7 +757,7 @@ added: v8.4.0
Shortcut for `http2stream.rstStream()` using error code `0x00` (No Error). Shortcut for `http2stream.rstStream()` using error code `0x00` (No Error).
#### http2stream.rstWithProtocolError() { #### http2stream.rstWithProtocolError()
<!-- YAML <!-- YAML
added: v8.4.0 added: v8.4.0
--> -->
@ -766,7 +766,7 @@ added: v8.4.0
Shortcut for `http2stream.rstStream()` using error code `0x01` (Protocol Error). Shortcut for `http2stream.rstStream()` using error code `0x01` (Protocol Error).
#### http2stream.rstWithCancel() { #### http2stream.rstWithCancel()
<!-- YAML <!-- YAML
added: v8.4.0 added: v8.4.0
--> -->
@ -775,7 +775,7 @@ added: v8.4.0
Shortcut for `http2stream.rstStream()` using error code `0x08` (Cancel). Shortcut for `http2stream.rstStream()` using error code `0x08` (Cancel).
#### http2stream.rstWithRefuse() { #### http2stream.rstWithRefuse()
<!-- YAML <!-- YAML
added: v8.4.0 added: v8.4.0
--> -->
@ -784,7 +784,7 @@ added: v8.4.0
Shortcut for `http2stream.rstStream()` using error code `0x07` (Refused Stream). Shortcut for `http2stream.rstStream()` using error code `0x07` (Refused Stream).
#### http2stream.rstWithInternalError() { #### http2stream.rstWithInternalError()
<!-- YAML <!-- YAML
added: v8.4.0 added: v8.4.0
--> -->