diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-18 11:46:40 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-21 16:51:16 -0700 |
commit | c14a2249bee4eceb6ba7e9a660450a754d3d56b9 (patch) | |
tree | 6314b3667c7736114025dbb779e82246f1159b25 /pad.c | |
parent | 36c300bbdcc2e5f7d99e22c67be087ae5fa8fd96 (diff) | |
download | perl-c14a2249bee4eceb6ba7e9a660450a754d3d56b9.tar.gz |
pad.c: Use PAD_ARRAY rather than AvARRAY in curpad docs
Diffstat (limited to 'pad.c')
-rw-r--r-- | pad.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ values for the pad for the currently-executing code. =for apidoc AmxU|SV **|PL_curpad Points directly to the body of the L</PL_comppad> array. -(I.e., this is C<AvARRAY(PL_comppad)>.) +(I.e., this is C<PAD_ARRAY(PL_comppad)>.) =cut */ |