Skip to content

Commit

Permalink
fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 9, 2017
1 parent 4495cbe commit ad9e47f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -1228,7 +1228,7 @@ batches.
use Mojo::IOLoop;

my @urls = (
'mojolicious.org/perldoc/Mojo/DOM, 'mojolicious.org/perldoc/Mojo',
'mojolicious.org/perldoc/Mojo/DOM', 'mojolicious.org/perldoc/Mojo',
'mojolicious.org/perldoc/Mojo/File', 'mojolicious.org/perldoc/Mojo/URL'
);

Expand Down Expand Up @@ -1260,9 +1260,9 @@ batches.
$fetch->() for 1 .. 2;
$delay->wait;

It is also strongly recommended to respect C<robots.txt> files and to wait a
little before reopening connections to the same host, or the operators might
be forced to block your access.
It is also strongly recommended to respect every sites C<robots.txt> file as
well as terms of service, and to wait a little before reopening connections to
the same host, or the operators might be forced to block your access.

=head2 Concurrent blocking requests

Expand Down

0 comments on commit ad9e47f

Please sign in to comment.