Skip to content

Commit

Permalink
better description for Mojo::IOLoop::Steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 16, 2012
1 parent b708fa8 commit f895220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop.pm
Expand Up @@ -548,7 +548,7 @@ reactors stop automatically if there are no events being watched anymore.
my $steps = Mojo::IOLoop->steps(sub {...}, sub {...});
my $steps = $loop->steps(sub {...}, sub {...});
Get L<Mojo::IOLoop::Steps> object to control the flow of events.
Get L<Mojo::IOLoop::Steps> object to sequentialize events.
# Control the flow of multiple events
Mojo::IOLoop->steps(
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/IOLoop/Steps.pm
Expand Up @@ -30,7 +30,7 @@ sub _step {

=head1 NAME
Mojo::IOLoop::Steps - Control flow of events
Mojo::IOLoop::Steps - Sequentialize events
=head1 SYNOPSIS
Expand Down Expand Up @@ -66,7 +66,7 @@ Mojo::IOLoop::Steps - Control flow of events
=head1 DESCRIPTION
L<Mojo::IOLoop::Steps> controls the flow of events for L<Mojo::IOLoop>.
L<Mojo::IOLoop::Steps> sequentializes events for L<Mojo::IOLoop>.
=head1 METHODS
Expand Down

0 comments on commit f895220

Please sign in to comment.