summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
Diffstat (limited to 'Porting')
-rw-r--r--Porting/perl5180delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/perl5180delta.pod b/Porting/perl5180delta.pod
index 9d5b92789f..3126ae416a 100644
--- a/Porting/perl5180delta.pod
+++ b/Porting/perl5180delta.pod
@@ -46,7 +46,7 @@ experimental.
Changes to the implementation of hashes in perl 5.18.0 will be one of the most
visible changes to the behavior of existing code. For the most part, these
changes will be visible as two distinct hash variables now providing their
-contents in a different variable where it was previously identical. When
+contents in a different order where it was previously identical. When
encountering these changes, the key to cleaning up from them is to accept that
B<hashes are unordered collections> and to act accordingly.