rdoc update.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-03-17 10:14:01 +00:00
parent 6712cca3b5
commit e36cfc749f
1 changed files with 1 additions and 1 deletions

2
io.c
View File

@ -2018,7 +2018,7 @@ rb_io_write_nonblock(VALUE io, VALUE str)
* end
* }
*
* Note that this method behaves like fread function in C.
* Note that this method behaves like fread() function in C.
* If you need the behavior like read(2) system call,
* consider readpartial, read_nonblock and sysread.
*/