From 1a25f9639a9668d8ea90022b0f3d3b47d29971b6 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sun, 26 Aug 2018 19:02:27 +0300 Subject: doc: remove redundant 'Example:' and similar notes Some nits were also fixed in passing. PR-URL: https://github.com/nodejs/node/pull/22537 Reviewed-By: Trivikram Kamat Reviewed-By: Ruben Bridgewater Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Sakthipriyan Vairamani Reviewed-By: James M Snell --- doc/api/http2.md | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) (limited to 'doc/api/http2.md') diff --git a/doc/api/http2.md b/doc/api/http2.md index b08e3b3498..c8806cf202 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2493,7 +2493,6 @@ added: v8.4.0 The request/response headers object. Key-value pairs of header names and values. Header names are lower-cased. -Example: ```js // Prints something like: @@ -2538,8 +2537,7 @@ added: v8.4.0 * {string} -The request method as a string. Read-only. Example: -`'GET'`, `'DELETE'`. +The request method as a string. Read-only. Examples: `'GET'`, `'DELETE'`. #### request.rawHeaders