Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
schedule_on is now schedule-on
  • Loading branch information
moritz committed Mar 12, 2015
1 parent 4903f5c commit d965174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Type/Supply.pod
Expand Up @@ -240,9 +240,9 @@ with the element transformed through C<&mapper>;
$double.tap(&say);
$all.emit(4); # 8
=head2 method schedule_on
=head2 method schedule-on
method schedule_on(Supply:D: $scheduler)
method schedule-on(Supply:D: $scheduler)
Runs the emit, done and quit callbacks on the specified scheduler.
Expand Down

0 comments on commit d965174

Please sign in to comment.