diff options
Diffstat (limited to 'pad.c')
-rw-r--r-- | pad.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1509,11 +1509,11 @@ Perl_pad_block_start(pTHX_ int full) } /* -=for apidoc m|U32|intro_my +=for apidoc Am|U32|intro_my -"Introduce" my variables to visible status. This is called during parsing -at the end of each statement to make lexical variables visible to -subsequent statements. +"Introduce" C<my> variables to visible status. This is called during parsing +at the end of each statement to make lexical variables visible to subsequent +statements. =cut */ |