diff --git a/ChangeLog b/ChangeLog index 3b595429ee..dc8f2b73f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -Mon Dec 29 10:37:06 2014 Thiago Lewin +Mon Dec 29 10:37:27 2014 Thiago Lewin + + * io.c (rb_f_select): [DOC] workaround for YARD doc. [Fix GH-799] * process.c (proc_detach): [DOC] fix missing closing parenthesis. [Fix GH-799] diff --git a/io.c b/io.c index 00c4ef722f..c9849715c0 100644 --- a/io.c +++ b/io.c @@ -8671,10 +8671,7 @@ rb_io_advise(int argc, VALUE *argv, VALUE io) /* * call-seq: - * IO.select(read_array - * [, write_array - * [, error_array - * [, timeout]]]) -> array or nil + * IO.select(read_array [, write_array [, error_array [, timeout]]]) -> array or nil * * Calls select(2) system call. * It monitors given arrays of IO objects, waits one or more