From aa39c4491a93992ae6f536179af447ab48e5ffa8 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 3 Dec 2008 03:22:12 +0000 Subject: * io.c (rb_io_getc, rb_io_readchar): documentation correction from Emiel van de Laar. [ruby-core:20212] * ext/stringio/stringio.c (strio_ungetbyte): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/stringio/stringio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/stringio') diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 4c997dcd04..4ff0e36c69 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -749,7 +749,7 @@ strio_ungetbyte(VALUE self, VALUE c) /* * call-seq: - * strio.readchar -> fixnum + * strio.readchar -> string * * See IO#readchar. */ -- cgit v1.2.3