diff options
-rw-r--r-- | pod/perlguts.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 1c66d87555..8091fe50a6 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -1498,7 +1498,7 @@ and back. =item C<SAVEFREESV(SV *sv)> -The refcount of C<sv> would be decremented at the end of +The refcount of C<sv> will be decremented at the end of I<pseudo-block>. This is similar to C<sv_2mortal> in that it is also a mechanism for doing a delayed C<SvREFCNT_dec>. However, while C<sv_2mortal> extends the lifetime of C<sv> until the beginning of the next statement, |