This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Another tweak
authorNicholas Clark <nick@ccl4.org>
Tue, 6 Jul 2004 09:54:16 +0000 (09:54 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 6 Jul 2004 09:54:16 +0000 (09:54 +0000)
p4raw-id: //depot/maint-5.8/perl@23054

pod/perl585delta.pod

index 69ac704..b0a61e0 100644 (file)
@@ -131,7 +131,7 @@ Perl 5.8.5 should build cleanly from source on LynxOS.
 
 =item *
 
-The in place sort optimisation introduced in 5.8.4 had a bug. For example,
+The in-place sort optimisation introduced in 5.8.4 had a bug. For example,
 in code such as
 
     @a = sort ($b, @a)