summaryrefslogtreecommitdiff
path: root/lib/Tie
diff options
context:
space:
mode:
authorPaul Marquess <paul.marquess@btinternet.com>1998-02-04 14:54:13 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-06 15:56:28 +0000
commitceeed4e579f2b3ba23998094f814c50a49a31e1c (patch)
tree3472a89a4d786e86cfb4e5a4496f9765e8c0c0fb /lib/Tie
parentb6c543e345c32071a6c3c124ee19c0eb9bb3df41 (diff)
downloadperl-ceeed4e579f2b3ba23998094f814c50a49a31e1c.tar.gz
documentation patch for 5.004_57
p4raw-id: //depot/perl@468
Diffstat (limited to 'lib/Tie')
-rw-r--r--lib/Tie/Array.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Tie/Array.pm b/lib/Tie/Array.pm
index 336e003b25..a0389fa106 100644
--- a/lib/Tie/Array.pm
+++ b/lib/Tie/Array.pm
@@ -155,10 +155,10 @@ and C<EXTEND> methods, and implementations of C<PUSH>, C<POP>, C<SHIFT>,
C<UNSHIFT>, C<SPLICE> and C<CLEAR> in terms of basic C<FETCH>, C<STORE>,
C<FETCHSIZE>, C<STORESIZE>.
-The B<Tie::StdHash> package provides efficient methods required for tied arrays
+The B<Tie::StdArray> package provides efficient methods required for tied arrays
which are implemented as blessed references to an "inner" perl array.
It inherits from B<Tie::Array>, and should cause tied arrays to behave exactly
-like standard hashes, allowing for selective overloading of methods.
+like standard arrays, allowing for selective overloading of methods.
For developers wishing to write their own tied arrays, the required methods
are briefly defined below. See the L<perltie> section for more detailed