mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
perlapi: fix typo
This commit is contained in:
parent
f5823840da
commit
780fa0f328
2
scope.c
2
scope.c
@ -381,7 +381,7 @@ Saves the current GP of gv on the save stack to be restored on scope exit.
|
||||
|
||||
If C<empty> is true, replace the GP with a new GP.
|
||||
|
||||
If C<empty> is false, mark C<gv> with C<GVf_INTRO. so the next reference
|
||||
If C<empty> is false, mark C<gv> with C<GVf_INTRO> so the next reference
|
||||
assigned is localized, which is how S<C< local *foo = $someref; >> works.
|
||||
|
||||
=cut
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user