mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
xmlrpc/client: fix documentation typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fe38158f9b
commit
3ef5adb45b
1 changed files with 1 additions and 1 deletions
|
@ -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 <code>___class___</code> which contains the class name
|
||||
# for restoring that object later.
|
||||
|
|
Loading…
Reference in a new issue