Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
better Mojo::IOWatcher descriptions
  • Loading branch information
kraih committed Feb 4, 2012
1 parent e292cc7 commit be2ffee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/IOWatcher.pm
Expand Up @@ -190,13 +190,13 @@ of the C<MOJO_IOWATCHER> environment variable or L<Mojo::IOWatcher::EV>.
my $success = $watcher->drop($handle);
my $success = $watcher->drop($id);
Drop I/O watcher or timer.
Drop handle or timer.
=head2 C<io>
$watcher = $watcher->io($handle => sub {...});
Create a new I/O watcher, invoking the callback whenever handle becomes
Watch handle for I/O events, invoking the callback whenever handle becomes
readable or writable.
=head2 C<is_readable>
Expand Down

0 comments on commit be2ffee

Please sign in to comment.