Created
February 5, 2011 11:21
-
-
Save koichik/812381 to your computer and use it in GitHub Desktop.
correct small typos for http.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From cb32022a99347507234bf9bd455b2f34b066ad92 Mon Sep 17 00:00:00 2001 | |
From: koichik <[email protected]> | |
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