summaryrefslogtreecommitdiff
path: root/pod/perlcall.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-01-16 18:06:29 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-01-17 20:12:51 -0800
commit95e84303050147d5b786178c406a11485b1a9719 (patch)
tree818d23da1014eec7c6f6a7fd957837e500eac11e /pod/perlcall.pod
parent435aa301127ed481169903cb35187bde1ea44928 (diff)
downloadperl-95e84303050147d5b786178c406a11485b1a9719.tar.gz
Some perlcall clean-up
Multi word adjectives should be hyphenated. A preposition should not be used like it’s a conjunction.
Diffstat (limited to 'pod/perlcall.pod')
-rw-r--r--pod/perlcall.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlcall.pod b/pod/perlcall.pod
index e32e77e25f..5ef1aa95c2 100644
--- a/pod/perlcall.pod
+++ b/pod/perlcall.pod
@@ -25,10 +25,10 @@ function that will be called whenever something nasty occurs. What we
would like is to be able to specify a Perl subroutine that will be
called instead.
-=item * An Event Driven Program
+=item * An Event-Driven Program
The classic example of where callbacks are used is when writing an
-event driven program like for an X windows application. In this case
+event driven program, such as for an X windows application. In this case
you register functions to be called whenever specific events occur,
e.g., a mouse button is pressed, the cursor moves into a window or a
menu item is selected.