summaryrefslogtreecommitdiffstats
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
commit3f5a19be865e3b6bd8a91d0ffd9f0e9deca50187 (patch)
tree1b96bd5eabd491a6e3f0c6b351c36f733d5bf4bb
parent85f34433c4918a763813a14568ea2ea1bfbd6b6a (diff)
downloadruby-3f5a19be865e3b6bd8a91d0ffd9f0e9deca50187.tar.gz
ruby-3f5a19be865e3b6bd8a91d0ffd9f0e9deca50187.tar.xz
ruby-3f5a19be865e3b6bd8a91d0ffd9f0e9deca50187.zip
rdoc update.
git-svn-id: http://svn.ruby-lang.org/repos/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 817f6e6d1..2c6eb3533 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.
*/