From b66d6b14584b58b25216f50bfa255a84c0ae9b65 Mon Sep 17 00:00:00 2001 From: Jackson Tian Date: Thu, 18 Feb 2016 17:15:28 +0800 Subject: [PATCH] doc: improve httpVersionMajor / httpVersionMajor The description of httpVersionMajor & httpVersionMinor should have same context like httpVersion. PR-URL: https://github.com/nodejs/node/pull/5296 Reviewed-By: James M Snell Reviewed-By: Roman Reiss --- doc/api/http.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/http.markdown b/doc/api/http.markdown index 6d93cf2..0a16435 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -891,8 +891,8 @@ In case of server request, the HTTP version sent by the client. In the case of client response, the HTTP version of the connected-to server. Probably either `'1.1'` or `'1.0'`. -Also `response.httpVersionMajor` is the first integer and -`response.httpVersionMinor` is the second. +Also `message.httpVersionMajor` is the first integer and +`message.httpVersionMinor` is the second. ### message.method -- 2.7.4