summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-10 09:05:28 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-10 09:05:28 +0000
commitbda2980b2a99930b4536a08199bbcaafc6391d26 (patch)
tree64c86d8e66e893d2578869587c40a29431100a9d /lib
parent4579551c94c6a522f94e9c2f0538e5478ed32fe7 (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')
-rw-r--r--lib/net/http.rb2
-rw-r--r--lib/soap/mapping/wsdlencodedregistry.rb2
2 files changed, 2 insertions, 2 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
diff --git a/lib/soap/mapping/wsdlencodedregistry.rb b/lib/soap/mapping/wsdlencodedregistry.rb
index 4efb60188f..8523756759 100644
--- a/lib/soap/mapping/wsdlencodedregistry.rb
+++ b/lib/soap/mapping/wsdlencodedregistry.rb
@@ -59,7 +59,7 @@ class WSDLEncodedRegistry < Registry
end
end
- # map anything for now: must refer WSDL while mapping. [ToDo]
+ # map anything for now: must refer to WSDL while mapping. [ToDo]
def soap2obj(node, obj_class = nil)
begin
return any2obj(node, obj_class)