summaryrefslogtreecommitdiffstats
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
commit57483e9fe8f091ebd012cee02d92c3c4f2f8ae7a (patch)
treebc7f10f1e14b365c9e1323549963cd8697c040a2 /lib
parent009fe6fd84423c9728d3969eefe208cb6c894d61 (diff)
downloadruby-57483e9fe8f091ebd012cee02d92c3c4f2f8ae7a.tar.gz
ruby-57483e9fe8f091ebd012cee02d92c3c4f2f8ae7a.tar.xz
ruby-57483e9fe8f091ebd012cee02d92c3c4f2f8ae7a.zip
Fix grammos regarding the verb "refer".
git-svn-id: http://svn.ruby-lang.org/repos/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 8e0c3b208..82e5ee6cc 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