diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-10 09:05:28 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-10 09:05:28 +0000 |
| commit | bda2980b2a99930b4536a08199bbcaafc6391d26 (patch) | |
| tree | 64c86d8e66e893d2578869587c40a29431100a9d /lib/net | |
| parent | 4579551c94c6a522f94e9c2f0538e5478ed32fe7 (diff) | |
Fix grammos regarding the verb "refer".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net')
| -rw-r--r-- | lib/net/http.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb index 7dd1f24d4c..a9ff60d663 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 |
