Skip to content

Commit 213ff41

Browse files
committed
Fix broken markup
1 parent d8509e2 commit 213ff41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S17-concurrency.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ It's possible to add a timer using the keyword C<wait> followed by the number of
296296

297297
The construct as a whole returns the result of whichever block was selected.
298298

299-
It's also possible to process a variadic list of channels together, using generic code that works over some set of the channels (use C<*> to represent any of them). The index and the received value are passed to the code as named arguments C<$:k> and <$:v> (possibly via priming if the code is instantiated ahead of time).
299+
It's also possible to process a variadic list of channels together, using generic code that works over some set of the channels (use C<*> to represent any of them). The index and the received value are passed to the code as named arguments C<$:k> and C<$:v> (possibly via priming if the code is instantiated ahead of time).
300300

301301
earliest * {
302302
more @channels { say "Channel $:k received, result was: ", $:v }

0 commit comments

Comments
 (0)