Skip to content

Commit

Permalink
Fix typo in comment; MasterDuke++
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Oct 18, 2017
1 parent 031f8cf commit e4c32b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ThreadPoolScheduler.pm
Expand Up @@ -591,7 +591,7 @@ my class ThreadPoolScheduler does Scheduler {
die "Cannot specify :every, :times and :stop at the same time"
if $every.defined and $times > 1 and &stop;

# For $in/$at times, if the resultant delay is less than 0.001 (inlcuding
# For $in/$at times, if the resultant delay is less than 0.001 (including
# negatives) equate those to zero. For $every intervals, we convert
# such values to minimum resolution of 0.001 and warn about that
sub to-millis(Numeric() $value, $allow-zero = False) {
Expand Down

0 comments on commit e4c32b3

Please sign in to comment.