Skip to content

Commit d965174

Browse files
committed
schedule_on is now schedule-on
1 parent 4903f5c commit d965174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Type/Supply.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ with the element transformed through C<&mapper>;
240240
$double.tap(&say);
241241
$all.emit(4); # 8
242242
243-
=head2 method schedule_on
243+
=head2 method schedule-on
244244
245-
method schedule_on(Supply:D: $scheduler)
245+
method schedule-on(Supply:D: $scheduler)
246246
247247
Runs the emit, done and quit callbacks on the specified scheduler.
248248

0 commit comments

Comments
 (0)