Skip to content

Commit 4b60c95

Browse files
author
Jan-Olof Hendig
committed
Fixed typo
1 parent dcb3cc5 commit 4b60c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Supply.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ sleep(10);
534534
As can be seen above, C<$supply1> received all values emitted to the C<Supplier>
535535
while C<$supply2> only received one value. The 43 was thrown away because it
536536
was followed by another 'last' value 44 which was retained and sent to C<$supply2>
537-
after approx. eight seconds, this due to the fact that the timeout <$time> was
537+
after approx. eight seconds, this due to the fact that the timeout C<$time> was
538538
reset after three seconds.
539539
540540
=head2 method reduce

0 commit comments

Comments
 (0)