diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-27 11:45:29 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-27 11:45:29 +0000 |
commit | 022735b47c849ae03c52981ea170ac0d5308050c (patch) | |
tree | de8fa952ddbfe5d1095df7d7c25ba0fc373193a1 /ext/List | |
parent | 0222aa7dc291d283102ca6659c13703653b531c6 (diff) | |
download | perl-022735b47c849ae03c52981ea170ac0d5308050c.tar.gz |
"lose the it's", from Abhijit Menon-Sen.
("It's" not searched, pods not searched.)
p4raw-id: //depot/perl@10980
Diffstat (limited to 'ext/List')
-rw-r--r-- | ext/List/Util/lib/Scalar/Util.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/List/Util/lib/Scalar/Util.pm b/ext/List/Util/lib/Scalar/Util.pm index 78324d0e17..8a7a8a349e 100644 --- a/ext/List/Util/lib/Scalar/Util.pm +++ b/ext/List/Util/lib/Scalar/Util.pm @@ -75,7 +75,7 @@ hold a reference count on the object it references. Also when the reference count on that object reaches zero, REF will be set to undef. This is useful for keeping copies of references , but you don't want to -prevent the object being DESTROY-ed at it's usual time. +prevent the object being DESTROY-ed at its usual time. =back |