From 0da96cca594e2a5186fa82a61f6c7bdcf0693e5e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 4 Feb 2011 23:05:25 -0800 Subject: [PATCH] typo --- doc/api/http.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http.markdown b/doc/api/http.markdown index 3e75bf36c0..53476d7a49 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -505,7 +505,7 @@ followed by `request.end()`. ### request.abort() -Aborts a request. (New since v0.3.80.) +Aborts a request. (New since v0.3.8.) ## http.ClientResponse