Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadrak committed May 13, 2021
1 parent 0e8b4a9 commit 32b5ab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Mojolicious/Guides/Cookbook.pod
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,7 @@ to process requests in smaller batches.
my $promise = Mojo::Promise->new;
my $count = 0;
my $fetch = sub {

# Stop if there are no more URLs
return unless my $url = shift @urls;

Expand Down

0 comments on commit 32b5ab3

Please sign in to comment.