ruby-changes:27597
From: marcandre <ko1@a...>
Date: Sat, 9 Mar 2013 10:01:34 +0900 (JST)
Subject: [ruby-changes:27597] marcandRe: r39649 (trunk): * io.c: Fix rdoc typo [Github fixes #256]
marcandre 2013-03-09 10:01:25 +0900 (Sat, 09 Mar 2013) New Revision: 39649 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39649 Log: * io.c: Fix rdoc typo [Github fixes #256] Modified files: trunk/io.c Index: io.c =================================================================== --- io.c (revision 39648) +++ io.c (revision 39649) @@ -8350,7 +8350,7 @@ rb_io_advise(int argc, VALUE *argv, VALU https://github.com/ruby/ruby/blob/trunk/io.c#L8350 * 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/