Skip to content

Commit 47c0230

Browse files
committed
Fix typoes, Coke++
1 parent 699d350 commit 47c0230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Scheduler.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ code that is being scheduled and run.
2727
2828
=head2 method cue
2929
30-
method cue(&code, Instant :$at, :$in, :$every, :$times = 1; :&catch -> $cancelation)
30+
method cue(&code, Instant :$at, :$in, :$every, :$times = 1; :&catch --> $cancellation)
3131
3232
Schedules a callable (C<&code>) for execution and returns an instantiated
3333
C<Cancellation> object to cancel the scheduling of the code for execution

0 commit comments

Comments
 (0)