Skip to content

Commit c5f48a8

Browse files
committed
Fixes fragment refs #561 #162
1 parent 39b5967 commit c5f48a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/CurrentThreadScheduler.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class CurrentThreadScheduler does Scheduler {}
99
1010
C<CurrentThreadScheduler> executes tasks on the current threads. This means
11-
that L<method cue|/type/Scheduler#method cue> blocks until the code has
11+
that L<method cue|/type/Scheduler#method_cue> blocks until the code has
1212
finished executing.
1313
1414
=end pod

0 commit comments

Comments
 (0)