summaryrefslogtreecommitdiff
path: root/lib/soap
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/soap
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/soap')
-rw-r--r--lib/soap/mapping/wsdlencodedregistry.rb2
1 files changed, 1 insertions, 1 deletions
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)