Skip to content

Commit

Permalink
updated Mojo::IOLoop::Steps example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 16, 2012
1 parent f895220 commit 4797471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop.pm
Expand Up @@ -550,7 +550,7 @@ reactors stop automatically if there are no events being watched anymore.
Get L<Mojo::IOLoop::Steps> object to sequentialize events.
# Control the flow of multiple events
# Sequentialize multiple events
Mojo::IOLoop->steps(
# First step (simple timer)
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Steps.pm
Expand Up @@ -36,7 +36,7 @@ Mojo::IOLoop::Steps - Sequentialize events
use Mojo::IOLoop::Steps;
# Control the flow of multiple events
# Sequentialize multiple events
Mojo::IOLoop::Steps->new(
# First step (simple timer)
Expand Down

0 comments on commit 4797471

Please sign in to comment.