Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 29, 2017
1 parent 6be6023 commit cf993d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Delay.pm
Expand Up @@ -67,7 +67,7 @@ sub reject { shift->_settle('reject', @_) }

# DEPRECATED!
sub remaining {
deprecated 'Mojo::IOLoop::Delay::remaining is deprecated';
deprecated 'Mojo::IOLoop::Delay::remaining is DEPRECATED';
my $self = shift;
return $self->{steps} ||= [] unless @_;
$self->{steps} = shift;
Expand Down

0 comments on commit cf993d7

Please sign in to comment.