summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-24 06:05:34 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-24 06:05:34 +0000
commit02efdb484582dfc0b785a5d7f07d69333a262943 (patch)
treeb3a86c4cdf5f8949e4faaa319b0a4a9ea21fd9ad /io.c
parent78db46b31c4472291f4e45cf0374853ac3c5740a (diff)
update document.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 23ea18f4db..c04375d814 100644
--- a/io.c
+++ b/io.c
@@ -2098,7 +2098,7 @@ rb_io_write_nonblock(VALUE io, VALUE str)
* The <i>length</i> bytes string means it doesn't meet EOF.
*
* If <i>length</i> is omitted or is <code>nil</code>,
- * it reads until EOF.
+ * it reads until EOF and the encoding conversion is applied.
* It returns a string even if EOF is met at beginning.
*
* If <i>length</i> is zero, it returns <code>""</code>.