From 3ef5adb45b30bef4cb2b70a6f15bef0ee2eeca7d Mon Sep 17 00:00:00 2001 From: tmm1 Date: Mon, 2 Jun 2014 00:43:29 +0000 Subject: xmlrpc/client: fix documentation typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/xmlrpc/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xmlrpc/client.rb b/lib/xmlrpc/client.rb index 95b1ea2d17..aab07a7f95 100644 --- a/lib/xmlrpc/client.rb +++ b/lib/xmlrpc/client.rb @@ -245,7 +245,7 @@ module XMLRPC # :nodoc: # * Date, Time, XMLRPC::DateTime # * XMLRPC::Base64 # * A Ruby object which class includes XMLRPC::Marshallable - # (only if Config::ENABLE_MARSHALLABLE is +true+). + # (only if Config::ENABLE_MARSHALLING is +true+). # That object is converted into a hash, with one additional key/value # pair ___class___ which contains the class name # for restoring that object later. -- cgit v1.2.3