summaryrefslogtreecommitdiff
path: root/ext/Storable/Storable.pm
diff options
context:
space:
mode:
authorPhilip Newton <pne@cpan.org>2002-05-02 09:58:38 +0200
committerAbhijit Menon-Sen <ams@wiw.org>2002-05-02 08:21:42 +0000
commit4d3295e3a1f0a51ec1cecceb4dcbbefa63092948 (patch)
tree91e20f5501a16fcb5f1d25352b058e54003da281 /ext/Storable/Storable.pm
parentba07b954701cec1e1eacd050305690d823a1e4e0 (diff)
downloadperl-4d3295e3a1f0a51ec1cecceb4dcbbefa63092948.tar.gz
Re: [PATCH] Storable docs
Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com> (Applied mostly with tweaks by hand.) p4raw-link: @4 on //depot/thrperl: 11343788cbaaede18e3146b5219d2fbdaeaf516e p4raw-id: //depot/perl@16337
Diffstat (limited to 'ext/Storable/Storable.pm')
-rw-r--r--ext/Storable/Storable.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm
index cabcd246f5..ea6080b702 100644
--- a/ext/Storable/Storable.pm
+++ b/ext/Storable/Storable.pm
@@ -540,8 +540,8 @@ entry, instead of locking the file descriptor.
=head1 SPEED
The heart of Storable is written in C for decent speed. Extra low-level
-optimization have been made when manipulating Perl internals, to
-sacrifice encapsulation for the benefit of a greater speed.
+optimizations have been made when manipulating perl internals, to
+sacrifice encapsulation for the benefit of greater speed.
=head1 CANONICAL REPRESENTATION