Skip to content

Commit 6a1aa0f

Browse files
committed
fix a type link
1 parent 856bbc7 commit 6a1aa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Proc/Async.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ multi method kill(Proc::Async:D: Int:D \signal)
476476
multi method kill(Proc::Async:D: Str:D \signal)
477477

478478
Sends a signal to the running program. The signal can be a signal name
479-
("KILL" or "SIGKILL"), an integer (9) or an element of the C<Signal> enum
479+
("KILL" or "SIGKILL"), an integer (9) or an element of the L<C<Signal>|/type/Signal> enum
480480
(Signal::SIGKILL); by default and with no argument, the C<SIGHUP> signal will
481481
be used.
482482

0 commit comments

Comments
 (0)