diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/builtin.pm | 6 |
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 |