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

ruby-changes:47475

From: duerst <ko1@a...>
Date: Tue, 15 Aug 2017 01:04:41 +0900 (JST)
Subject: [ruby-changes:47475] duerst:r59591 (trunk): fix documentation of REXML::Formatters::Default (id_hack -> ie_hack) [ci skip]

duerst	2017-08-15 01:04:35 +0900 (Tue, 15 Aug 2017)

  New Revision: 59591

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

  Log:
    fix documentation of REXML::Formatters::Default (id_hack -> ie_hack) [ci skip]

  Modified files:
    trunk/lib/rexml/formatters/default.rb
Index: lib/rexml/formatters/default.rb
===================================================================
--- lib/rexml/formatters/default.rb	(revision 59590)
+++ lib/rexml/formatters/default.rb	(revision 59591)
@@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/rexml/formatters/default.rb#L2
 module REXML
   module Formatters
     class Default
-      # Prints out the XML document with no formatting -- except if id_hack is
+      # Prints out the XML document with no formatting -- except if ie_hack is
       # set.
       #
       # ie_hack::

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

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