Skip to content

Commit d7de693

Browse files
committed
Use code formatting
1 parent 0c6e715 commit d7de693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Thread.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ system threads).
1414
1515
Since threads are fairly low-level, most applications should use other
1616
primitives, like L«C<start>|/type/Promise#method_start», which also runs in
17-
parallel and returns a L<Promise|/type/Promise>.
17+
parallel and returns a L«C<Promise>|/type/Promise».
1818
1919
=begin code
2020
my @threads = (^10).map: {

0 commit comments

Comments
 (0)