From 57483e9fe8f091ebd012cee02d92c3c4f2f8ae7a Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 10 Feb 2009 08:55:40 +0000 Subject: Fix grammos regarding the verb "refer". git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit