Skip to content

Commit 42e99d7

Browse files
committed
More definition adaptation.
1 parent 4766f1c commit 42e99d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Supply.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ no more ticks
9797
9898
=head2 method act
9999
100-
method act(Supply:D: &act --> Tap:D)
100+
method act(Supply:D: &actor, *%others)
101101
102102
Creates a tap on the given supply with the given code. Differently from
103-
C<tap>, the given code is guaranteed to be only executed by one thread at
103+
C<tap>, the given code is guaranteed to be executed by only one thread at
104104
a time.
105105
106106
=head1 Utility methods

0 commit comments

Comments
 (0)