summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-17 10:14:01 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-17 10:14:01 +0000
commite36cfc749f5da0167023f731613ef0e7eb61ae42 (patch)
tree1b96bd5eabd491a6e3f0c6b351c36f733d5bf4bb
parent6712cca3b5f040d0a4da03d660f3c1063ad5693c (diff)
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
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.
*/