Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 4, 2013
1 parent f2c1ae6 commit a09aff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/Asset.pm
Expand Up @@ -60,7 +60,7 @@ Pretend file ends earlier.
=head2 start_range
my $start = $asset->start_range;
$asset = $asset->start_range(0);
$asset = $asset->start_range(3);
Pretend file starts later.
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/IOLoop/Delay.pm
Expand Up @@ -133,8 +133,8 @@ implements the following new ones.
=head2 begin
my $cb = $delay->begin;
my $cb = $delay->begin(0);
my $without_first_arg = $delay->begin;
my $with_first_arg = $delay->begin(0);
Increment active event counter, the returned callback can be used to decrement
the active event counter again. Arguments passed to the callback are queued in
Expand Down

0 comments on commit a09aff4

Please sign in to comment.