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

ruby-changes:2954

From: ko1@a...
Date: 22 Dec 2007 06:11:50 +0900
Subject: [ruby-changes:2954] davidflanagan - Ruby:r14445 (trunk): io.c: fix typo in rdoc comment

davidflanagan	2007-12-22 06:10:55 +0900 (Sat, 22 Dec 2007)

  New Revision: 14445

  Modified files:
    trunk/ChangeLog
    trunk/io.c

  Log:
    io.c: fix typo in rdoc comment

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14445&r2=14444
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/io.c?r1=14445&r2=14444

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 14444)
+++ ChangeLog	(revision 14445)
@@ -1,3 +1,7 @@
+Sat Dec 22 06:09:12 2007  David Flanagan  <david@d...>
+
+	* io.c: fix typo in rdoc comment
+
 Sat Dec 22 05:09:43 2007  NAKAMURA Usaku  <usa@r...>
 
 	* parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed.
Index: io.c
===================================================================
--- io.c	(revision 14444)
+++ io.c	(revision 14445)
@@ -5686,7 +5686,7 @@
 
 /*
  *  call-seq:
- *     io.externalencoding   => encoding
+ *     io.external_encoding   => encoding
  *
  *  Returns the Encoding object that represents the encoding of the file.
  */

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

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