Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
s/offset/delay/ for Supply.interval
'delay' is more accurate given the method's time-based nature.
  • Loading branch information
hoelzro committed Mar 16, 2015
1 parent 0fe9413 commit 4d18abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Type/Supply.pod
Expand Up @@ -210,10 +210,10 @@ since the C<list> call.
=head2 method interval
method interval(Supply:U: $interval, $offset = 0)
method interval(Supply:U: $interval, $delay = 0)
Creates a new interval that fires an event every C<$interval> seconds,
starting C<$offset> seconds from the call. The event payload is an integer,
starting C<$delay> seconds from the call. The event payload is an integer,
starting from 0 at the first event, and is increment by one for each event.
=head2 method grep
Expand Down

0 comments on commit 4d18abf

Please sign in to comment.