summaryrefslogtreecommitdiffstats
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
commit2ed4f52d1afe641c5d0b7d3ddd153bedbc178425 (patch)
tree7fed113e5fb2fe51a1095f1f712e9b6062459e95 /io.c
parentc1068780acd0139d3e14a2fa62761c10d3ff7394 (diff)
downloadruby-2ed4f52d1afe641c5d0b7d3ddd153bedbc178425.tar.gz
ruby-2ed4f52d1afe641c5d0b7d3ddd153bedbc178425.tar.xz
ruby-2ed4f52d1afe641c5d0b7d3ddd153bedbc178425.zip
* io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].
git-svn-id: http://svn.ruby-lang.org/repos/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 e17b9eaf8..8ce11234e 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)