summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-06 01:34:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-06 01:34:21 +0000
commit33ff31149464168cfe1d137bff436b6a7d19c357 (patch)
tree7fed113e5fb2fe51a1095f1f712e9b6062459e95 /io.c
parentc06c77091bcdc7e4aff08b0d1d23c41d119491bb (diff)
* io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
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)