Skip to content

Commit 96ec084

Browse files
committed
Return value should be a type, Coke++
1 parent 47c0230 commit 96ec084

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 --> $cancellation)
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)