summaryrefslogtreecommitdiff
path: root/lib/attributes.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-04-08 18:47:18 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-04-08 18:47:18 +0000
commitfd40b97705941d5479f90aeef3b20f8407859c14 (patch)
treefcd57dcd8b6061e5a5f74062241335d98e7e3257 /lib/attributes.pm
parentc58e3c1ca327a36e35fe9fed3c519f3497598752 (diff)
downloadperl-fd40b97705941d5479f90aeef3b20f8407859c14.tar.gz
Typos fixes by Stas Bekman.
p4raw-id: //depot/perl@19167
Diffstat (limited to 'lib/attributes.pm')
-rw-r--r--lib/attributes.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/attributes.pm b/lib/attributes.pm
index 2dacd02751..84a820a1e7 100644
--- a/lib/attributes.pm
+++ b/lib/attributes.pm
@@ -261,7 +261,7 @@ This list may be empty.
This method is called with two fixed arguments, followed by the list of
attributes from the relevant declaration. The two fixed arguments are
the relevant package name and a reference to the declared subroutine or
-variable. The expected return value as a list of attributes which were
+variable. The expected return value is a list of attributes which were
not recognized by this handler. Note that this allows for a derived class
to delegate a call to its base class, and then only examine the attributes
which the base class didn't already handle for it.