diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-16 09:36:06 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-16 09:36:06 +0000 |
| commit | 85b5e64b4a855f7bbe5e43bc54c6dcb30eebc1b9 (patch) | |
| tree | 439e1f2fa23bc1563c0ba55d838faa93e5322304 | |
| parent | cda9c17cdc9d91dba86a51c2572fe8e222ce63c5 (diff) | |
| download | ruby-85b5e64b4a855f7bbe5e43bc54c6dcb30eebc1b9.tar.gz ruby-85b5e64b4a855f7bbe5e43bc54c6dcb30eebc1b9.tar.xz ruby-85b5e64b4a855f7bbe5e43bc54c6dcb30eebc1b9.zip | |
* io.c (rb_io_readbyte): rdoc updated. [ruby-core:18617]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | io.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -5,6 +5,8 @@ Tue Sep 16 18:28:52 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * io.c (rb_io_readlines, rb_f_gets): ditto. + * io.c (rb_io_readbyte): rdoc updated. [ruby-core:18617] + Tue Sep 16 11:55:16 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * string.c (rb_str_each_codepoint): add new methods, #codepoints @@ -2748,7 +2748,7 @@ rb_io_getbyte(VALUE io) * call-seq: * ios.readbyte => fixnum * - * Reads a character as with <code>IO#getc</code>, but raises an + * Reads a byte as with <code>IO#getbyte</code>, but raises an * <code>EOFError</code> on end of file. */ |
