[前][次][番号順一覧][スレッド一覧]

ruby-changes:34221

From: tmm1 <ko1@a...>
Date: Mon, 2 Jun 2014 09:43:38 +0900 (JST)
Subject: [ruby-changes:34221] tmm1:r46311 (trunk): xmlrpc/client: fix documentation typo

tmm1	2014-06-02 09:43:29 +0900 (Mon, 02 Jun 2014)

  New Revision: 46311

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46311

  Log:
    xmlrpc/client: fix documentation typo

  Modified files:
    trunk/lib/xmlrpc/client.rb
Index: lib/xmlrpc/client.rb
===================================================================
--- lib/xmlrpc/client.rb	(revision 46310)
+++ lib/xmlrpc/client.rb	(revision 46311)
@@ -245,7 +245,7 @@ module XMLRPC # :nodoc: https://github.com/ruby/ruby/blob/trunk/lib/xmlrpc/client.rb#L245
     # * 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.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]