Skip to content

Commit d8f9ea4

Browse files
committed
Improved POD
1 parent 964ea69 commit d8f9ea4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/AnyEvent/Delay/Simple.pm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ __END__
6666
6767
=head1 NAME
6868
69-
AnyEvent::Delay::Simple - Manage callbacks and control the flow of events by
70-
AnyEvent
69+
AnyEvent::Delay::Simple - Manage callbacks and control the flow of events by AnyEvent
7170
7271
=head1 SYNOPSIS
7372
@@ -103,7 +102,7 @@ Runs the chain of callbacks, the first callback will run right away, and the
103102
next one once the previous callback finishes. This chain will continue until
104103
there are no more callbacks, or an error occurs in a callback. If an error
105104
occurs in one of the steps, the chain will be break, and error handler will
106-
call if it's defined. Unless error handler defined, error is fatal. If last
105+
call, if it's defined. Unless error handler defined, error is fatal. If last
107106
callback finishes and no error occurs, finish handler will call.
108107
109108
=head1 SEE ALSO

0 commit comments

Comments
 (0)