Skip to content

Commit

Permalink
update EV description as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 20, 2012
1 parent b3bb952 commit 20c18f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/Reactor/EV.pm
Expand Up @@ -140,9 +140,9 @@ seconds.
=head2 C<watch>
$reactor = $reactor->watch($handle, $read, $write);
$reactor = $reactor->watch($handle, $readable, $writable);
Change I/O events to watch handle for.
Change I/O events to watch handle for with C<true> and C<false> values.
=head1 SEE ALSO
Expand Down

0 comments on commit 20c18f6

Please sign in to comment.