summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-26 09:30:07 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-26 09:30:07 +0000
commit94f6ac6cedf2a4da842dc45e31d7c16255eb9850 (patch)
tree298513566c11f3af35eadc921f1740660694ba29
parentfb804a241d0e8e3beaa9049071d2a53bb8b7d576 (diff)
downloadruby-94f6ac6cedf2a4da842dc45e31d7c16255eb9850.tar.gz
ruby-94f6ac6cedf2a4da842dc45e31d7c16255eb9850.tar.xz
ruby-94f6ac6cedf2a4da842dc45e31d7c16255eb9850.zip
* lib/README: lib/wsdl is an implementation of WSDL/1.1, not WSDL/1.2.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/README b/lib/README
index e9ad2757a..2a3e3083c 100644
--- a/lib/README
+++ b/lib/README
@@ -89,7 +89,7 @@ uri/ldap.rb ldap scheme support
uri/mailto.rb mailto scheme support
weakref.rb weak reference class
webrick.rb WEB server toolkit
-wsdl WSDL 1.2 implementation
+wsdl WSDL 1.1 implementation
xmlrpc XML-RPC implementation
xsd XML Schema Datatypes implementation
yaml.rb YAML implementation