summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-07-06 09:54:16 +0000
committerNicholas Clark <nick@ccl4.org>2004-07-06 09:54:16 +0000
commit5fea6036f7b15dca0e069f5f25e48868cbfdcb78 (patch)
tree571ef1d87edf51c5f661c880c99d232e3bd06ada
parent64395df623b0e2ce9fb14bdc7b44295fb432a3a9 (diff)
downloadperl-5fea6036f7b15dca0e069f5f25e48868cbfdcb78.tar.gz
Another tweak
p4raw-id: //depot/maint-5.8/perl@23054
-rw-r--r--pod/perl585delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl585delta.pod b/pod/perl585delta.pod
index 69ac704ed4..b0a61e01a0 100644
--- a/pod/perl585delta.pod
+++ b/pod/perl585delta.pod
@@ -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)