diff options
author | marcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-09 01:01:25 +0000 |
---|---|---|
committer | marcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-09 01:01:25 +0000 |
commit | b0c40fca240dec15e8d709f14115d94ef6766c1b (patch) | |
tree | 4416ccc0fe07281588559bd6cbbd5718d6876a04 /io.c | |
parent | 0230ff702061a4001e671c67bda1648af4eaf0d5 (diff) | |
download | bundler-b0c40fca240dec15e8d709f14115d94ef6766c1b.tar.gz |
* io.c: Fix rdoc typo [Github fixes #256]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8350,7 +8350,7 @@ rb_io_advise(int argc, VALUE *argv, VALUE io) * Calls select(2) system call. * It monitors given arrays of <code>IO</code> objects, waits one or more * of <code>IO</code> objects ready for reading, are ready for writing, - * and have pending exceptions respectably, and returns an array that + * and have pending exceptions respectively, and returns an array that * contains arrays of those IO objects. It will return <code>nil</code> * if optional <i>timeout</i> value is given and no <code>IO</code> object * is ready in <i>timeout</i> seconds. |