From 3fe11b4b554588ddf6f79641aea2ef877f39aa26 Mon Sep 17 00:00:00 2001 From: Jackson Tian Date: Thu, 18 Feb 2016 17:15:28 +0800 Subject: [PATCH] doc: improve for httpVersionMarjor & httpVersionMinor The description of httpVersionMarjor & httpVersionMinor should have same context like httpVersion. --- 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 a6475f3af44a6a..8ab9877a2e536b 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -941,8 +941,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