diff options
author | Aaron Crane <arc@cpan.org> | 2016-05-15 22:45:10 +0100 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2016-05-15 22:45:10 +0100 |
commit | 073051a9ae59eaa8dc2e999a8ac61e2577b5f3a4 (patch) | |
tree | 8f5f098a9c066467bbd105b4747500193a39156d /sv.c | |
parent | 7f1bd063e5aa5aeb26ed9c39db6864cc0ecd7a73 (diff) | |
download | perl-073051a9ae59eaa8dc2e999a8ac61e2577b5f3a4.tar.gz |
sv.c: fix missing word in apidoc
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10757,7 +10757,7 @@ Perl_sv_catpvf(pTHX_ SV *const sv, const char *const pat, ...) =for apidoc sv_vcatpvf Processes its arguments like C<sv_catpvfn> called with a non-null C-style -variable argument list, and appends the formatted +variable argument list, and appends the formatted output to an SV. Does not handle 'set' magic. See C<L</sv_vcatpvf_mg>>. Usually used via its frontend C<sv_catpvf>. |