diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-07-08 14:51:10 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-09-15 22:45:01 -0700 |
commit | 20d337866901b1d0118edc4ff2cb2407b27e0275 (patch) | |
tree | d3b7cd7401deb2dfc8819f0ea2162376ed3b26e9 /pod | |
parent | 4eb94d7caf2bf6cab2094f1c063ce07c6a4de765 (diff) | |
download | perl-20d337866901b1d0118edc4ff2cb2407b27e0275.tar.gz |
perldiag: closure referents → closure references
This goes back to 2ba9eb46.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index a8749467f9..82aa423e45 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4567,7 +4567,7 @@ C<can> may break this. current scope or statement, effectively eliminating all access to the previous instance. This is almost always a typographical error. Note that the earlier subroutine will still exist until the end of -the scope or until all closure referents to it are destroyed. +the scope or until all closure references to it are destroyed. =item Subroutine %s redefined @@ -5665,7 +5665,7 @@ known at compile time. See L<perlre>. current scope or statement, effectively eliminating all access to the previous instance. This is almost always a typographical error. Note that the earlier variable will still exist until the end of the scope -or until all closure referents to it are destroyed. +or until all closure references to it are destroyed. =item Variable syntax |