summaryrefslogtreecommitdiff
path: root/lib/builtin.pm
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-12-04 10:07:21 -0700
committerJames E Keenan <jkeenan@cpan.org>2021-12-05 20:54:12 -0500
commit8583af71bd4087f29b60dfddf852a6e27f26a8a9 (patch)
tree802dbbcbb2c49d4a845d5af213be2b3dbb447914 /lib/builtin.pm
parentf7f919a02477385250997b98fe25f99657653150 (diff)
downloadperl-8583af71bd4087f29b60dfddf852a6e27f26a8a9.tar.gz
builtin.pm: Fix pod spelling, slight rewording
Diffstat (limited to 'lib/builtin.pm')
-rw-r--r--lib/builtin.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/builtin.pm b/lib/builtin.pm
index 2be1cdb455..dfde97fe99 100644
--- a/lib/builtin.pm
+++ b/lib/builtin.pm
@@ -103,9 +103,9 @@ or any variable containing one of these results.
weaken($ref);
Weakens a reference. A weakened reference does not contribute to the reference
-count of its referent. If only weaekend references to it remain then it will
-be disposed of, and all remaining weak references will have their value set to
-C<undef>.
+count of its referent. If only weakened references to a referent remain, it
+will be disposed of, and all remaining weak references to it will have their
+value set to C<undef>.
=head2 unweaken