summaryrefslogtreecommitdiff
path: root/ext/List/Util/lib/Scalar/Util.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/List/Util/lib/Scalar/Util.pm')
-rw-r--r--ext/List/Util/lib/Scalar/Util.pm2
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