Skip to content

Commit

Permalink
fixed typo in wait documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 26, 2014
1 parent 65e84f4 commit 438b748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Delay.pm
Expand Up @@ -263,7 +263,7 @@ not increment the active event counter or an error occurs in a callback.
$delay = $delay->wait;
Start L</"ioloop"> and stop it again once an L</"error"> or L</"finish"> event
gets emitted, does nothing when L</"ioloop"> is already running already.
gets emitted, does nothing when L</"ioloop"> is already running.
# Use a single step to synchronize portably
$delay->steps(sub {
Expand Down

0 comments on commit 438b748

Please sign in to comment.