perlfunc: hyphenate a compound adjective
authorFather Chrysostomos <sprout@cpan.org>
Fri, 11 Feb 2011 21:43:38 +0000 (13:43 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 11 Feb 2011 22:07:23 +0000 (14:07 -0800)
pod/perlfunc.pod

index ec265b1..654ea85 100644 (file)
@@ -1605,7 +1605,7 @@ See L</warn>, L<perlvar>, L<warnings> and L<perllexwarn>.
 
 Note that, because C<eval> traps otherwise-fatal errors, it is useful for
 determining whether a particular feature (such as C<socket> or C<symlink>)
-is implemented.  It is also Perl's exception trapping mechanism, where
+is implemented.  It is also Perl's exception-trapping mechanism, where
 the die operator is used to raise exceptions.
 
 If you want to trap errors when loading an XS module, some problems with