From e36cfc749f5da0167023f731613ef0e7eb61ae42 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 17 Mar 2009 10:14:01 +0000 Subject: rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22993 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 817f6e6d1e..2c6eb35333 100644 --- a/io.c +++ b/io.c @@ -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. */ -- cgit v1.2.3