summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-10 08:55:40 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-10 08:55:40 +0000
commitdf0f575e1d1359c75230ab1b70b7ed3059f77306 (patch)
treebc7f10f1e14b365c9e1323549963cd8697c040a2 /lib
parent160c230f94919299b1270e90b961c04fc06cc255 (diff)
Fix grammos regarding the verb "refer".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/net/http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb
index 8e0c3b208f..82e5ee6cc6 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -39,7 +39,7 @@ module Net #:nodoc:
#
# This library provides your program functions to access WWW
# documents via HTTP, Hyper Text Transfer Protocol version 1.1.
- # For details of HTTP, refer [RFC2616]
+ # For details of HTTP, refer to [RFC2616]
# (http://www.ietf.org/rfc/rfc2616.txt).
#
# == Examples