ruby-changes:4105
From: ko1@a...
Date: Mon, 25 Feb 2008 10:43:18 +0900 (JST)
Subject: [ruby-changes:4105] duerst - Ruby:r15595 (trunk): Mon Feb 25 10:41:41 2008 Martin Duerst <duerst@i...>
duerst 2008-02-25 10:42:47 +0900 (Mon, 25 Feb 2008)
New Revision: 15595
Modified files:
trunk/ChangeLog
trunk/encoding.c
Log:
Mon Feb 25 10:41:41 2008 Martin Duerst <duerst@i...>
* encoding.c (Encoding#dummy): minor grammatical fixes
in rdoc documentation.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15595&r2=15594&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/encoding.c?r1=15595&r2=15594&diff_format=u
Index: encoding.c
===================================================================
--- encoding.c (revision 15594)
+++ encoding.c (revision 15595)
@@ -357,10 +357,10 @@
* call-seq:
* enc.dummy? => true or false
*
- * Returns true for dummy encoding.
- * A dummy encoding is a encoding which character handling is not properly
+ * Returns true for dummy encodings.
+ * A dummy encoding is an encoding for which character handling is not properly
* implemented.
- * It is used for stateful encoding.
+ * It is used for stateful encodings.
*
* Encoding::ISO_2022_JP.dummy? #=> true
* Encoding::UTF_8.dummy? #=> false
Index: ChangeLog
===================================================================
--- ChangeLog (revision 15594)
+++ ChangeLog (revision 15595)
@@ -1,3 +1,8 @@
+Mon Feb 25 10:41:41 2008 Martin Duerst <duerst@i...>
+
+ * encoding.c (Encoding#dummy): minor grammatical fixes
+ in rdoc documentation.
+
Mon Feb 25 00:01:03 2008 Nobuyoshi Nakada <nobu@r...>
* cygwin/GNUmakefile.in (clean-local): should be double-colon.
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/