Skip to content

Instantly share code, notes, and snippets.

@koichik
Created February 5, 2011 11:21
Show Gist options
  • Save koichik/812381 to your computer and use it in GitHub Desktop.
Save koichik/812381 to your computer and use it in GitHub Desktop.
correct small typos for http.markdown
From cb32022a99347507234bf9bd455b2f34b066ad92 Mon Sep 17 00:00:00 2001
From: koichik <koichik@improvement.jp>
Date: Sat, 5 Feb 2011 20:07:28 +0900
Subject: [PATCH] corrected small typos
---
doc/api/http.markdown | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/api/http.markdown b/doc/api/http.markdown
index 3e75bf3..53476d7 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
--
1.7.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment