aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--io.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a3911cb8b8..b8ea5b6d26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Sep 6 10:34:19 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].
+
Sun Sep 6 05:19:09 2009 NARUSE, Yui <naruse@ruby-lang.org>
* io.c: Add rdoc for ARGF.
diff --git a/io.c b/io.c
index e17b9eaf8a..8ce11234e6 100644
--- a/io.c
+++ b/io.c
@@ -8976,9 +8976,9 @@ argf_getc(VALUE argf)
*
* ARGF.getbyte #=> 102
* ARGF.getbyte #=> 111
+ * ARGF.getbyte #=> 111
* ARGF.getbyte #=> 10
* ARGF.getbyte #=> nil
- * ARGF.getbyte #=> nil
*/
static VALUE
argf_getbyte(VALUE argf)