diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/net/http.rb | 2 | ||||
| -rw-r--r-- | lib/soap/mapping/wsdlencodedregistry.rb | 2 |
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) |
