diff options
author | Josh Jore <jjore@cpan.org> | 2011-05-22 12:25:26 -0700 |
---|---|---|
committer | Josh Jore <jjore@cpan.org> | 2011-05-22 12:31:39 -0700 |
commit | 15e1c773a868f2b1258c2b392de1bfe28dac773a (patch) | |
tree | b77dc6bd2155b4c078ac0c5b044f592b3334f6f8 /pod/perl5140delta.pod | |
parent | e8edfc29586e2c4eeca0aba8ff603b879824a596 (diff) | |
download | perl-15e1c773a868f2b1258c2b392de1bfe28dac773a.tar.gz |
Downgrade Unicode pod escape to ASCII for readbility
Diffstat (limited to 'pod/perl5140delta.pod')
-rw-r--r-- | pod/perl5140delta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5140delta.pod b/pod/perl5140delta.pod index 3477c8ab2f..01742238fc 100644 --- a/pod/perl5140delta.pod +++ b/pod/perl5140delta.pod @@ -1108,7 +1108,7 @@ and penalised well-behaved code. It has been removed. =head2 Freeing weak references When there are many weak references to an object, freeing that object -can under some circumstances take O(I<NE<0xB2>>) time to free, where +can under some circumstances take O(I<N*N>) time to free, where I<N> is the number of references. The circumstances in which this can happen have been reduced [perl #75254] |