Skip to content

Commit cfc8470

Browse files
committed
Markup.
1 parent 62f56d0 commit cfc8470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/concurrency.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@ Please note that one should keep the code inside the C<whenever> as small as pos
347347
348348
=head3 X<C<react>|react>
349349
350-
The C<react> keyword introduces a block of code containing one or more 'whenever' keywords to watch asynchronous events. The main difference between a supply block and a react block is that the code in a react block runs where it appears in the code flow, whereas a supply block has to be tapped before it does anything.
350+
The C<react> keyword introduces a block of code containing one or more C<whenever> keywords to watch asynchronous events. The main difference between a supply block and a react block is that the code in a react block runs where it appears in the code flow, whereas a supply block has to be tapped before it does anything.
351351
352-
Another difference is that a supply block can be used without the 'whenever' keyword, but a react block requires at least one 'whenever' to be of any real use.
352+
Another difference is that a supply block can be used without the C<whenever> keyword, but a react block requires at least one C<whenever> to be of any real use.
353353
354354
react {
355355
whenever Supply.interval(2) -> $v {
@@ -822,4 +822,4 @@ is not necessary.
822822
823823
=end pod
824824

825-
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
825+
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)