Skip to content

Commit

Permalink
perlintern: Fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Feb 25, 2024
1 parent dc16024 commit f4c4028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scope.c
Original file line number Diff line number Diff line change
Expand Up @@ -1906,7 +1906,7 @@ Be aware that there is a signficant difference in timing between the
I<end of the current statement> and the I<end of the current pseudo
block>. If you are looking for a mechanism to trigger a function at the
end of the B<current pseudo block> you should look at
C<SAVEDESTRUCTORX()> instead of this function.
L<perlapi/C<SAVEDESTRUCTOR_X>> instead of this function.
=for apidoc mortal_svfunc_x
Expand All @@ -1919,7 +1919,7 @@ Be aware that there is a signficant difference in timing between the
I<end of the current statement> and the I<end of the current pseudo
block>. If you are looking for a mechanism to trigger a function at the
end of the B<current pseudo block> you should look at
C<SAVEDESTRUCTORX()> instead of this function.
L<perlapi/C<SAVEDESTRUCTOR_X>> instead of this function.
=for apidoc magic_freedestruct
Expand Down

0 comments on commit f4c4028

Please sign in to comment.