From 73c8f0238448cfb401b1d2e7afec44763defd833 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 16 Sep 2008 09:36:06 +0000 Subject: * io.c (rb_io_readbyte): rdoc updated. [ruby-core:18617] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index 56745aa685..cab6d7f2ff 100644 --- a/io.c +++ b/io.c @@ -2748,7 +2748,7 @@ rb_io_getbyte(VALUE io) * call-seq: * ios.readbyte => fixnum * - * Reads a character as with IO#getc, but raises an + * Reads a byte as with IO#getbyte, but raises an * EOFError on end of file. */ -- cgit v1.2.3