diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-26 20:16:39 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-26 20:16:39 +0000 |
commit | 58231d3970cba2e1fc56f38812334ee802d7acf6 (patch) | |
tree | a7a4236b59b545688e1bebd92b6cc19033c3a102 /lib/Class | |
parent | 7d30b5c4c60a798b772f5d7bd3b85d21016359c7 (diff) | |
download | perl-58231d3970cba2e1fc56f38812334ee802d7acf6.tar.gz |
pod typos and warnings (from Abigail <abigail@delanet.com>)
p4raw-id: //depot/perl@4906
Diffstat (limited to 'lib/Class')
-rw-r--r-- | lib/Class/Struct.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Class/Struct.pm b/lib/Class/Struct.pm index 554865a8e2..6227ee63ca 100644 --- a/lib/Class/Struct.pm +++ b/lib/Class/Struct.pm @@ -355,7 +355,7 @@ The element is an array, initialized by default to C<()>. With no argument, the accessor returns a reference to the element's whole array (whether or not the element was -specified as C<'@'> or C<'*@'). +specified as C<'@'> or C<'*@'>). With one or two arguments, the first argument is an index specifying one element of the array; the second argument, if @@ -370,7 +370,7 @@ The element is a hash, initialized by default to C<()>. With no argument, the accessor returns a reference to the element's whole hash (whether or not the element was -specified as C<'%'> or C<'*%'). +specified as C<'%'> or C<'*%'>). With one or two arguments, the first argument is a key specifying one element of the hash; the second argument, if present, is |