Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove reference to tock
  • Loading branch information
coke committed Oct 19, 2016
1 parent 567ffdf commit df4f847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Supply.pod6
Expand Up @@ -237,8 +237,8 @@ to be only executed by one thread at a time.
method interval(Supply:U: $interval, $delay = 0) returns Supply:D
Creates a supply that emits a value every C<$interval> seconds, starting
C<$delay> seconds from the call. The value is an integer, starting from 0 at
the interval tock, and is incremented by one for each value emitted.
C<$delay> seconds from the call. The value is an integer, starting from 0,
and is incremented by one for each value emitted.
=head2 method grep
Expand Down

0 comments on commit df4f847

Please sign in to comment.