summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2016-05-15 22:45:10 +0100
committerAaron Crane <arc@cpan.org>2016-05-15 22:45:10 +0100
commit073051a9ae59eaa8dc2e999a8ac61e2577b5f3a4 (patch)
tree8f5f098a9c066467bbd105b4747500193a39156d /sv.c
parent7f1bd063e5aa5aeb26ed9c39db6864cc0ecd7a73 (diff)
downloadperl-073051a9ae59eaa8dc2e999a8ac61e2577b5f3a4.tar.gz
sv.c: fix missing word in apidoc
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 86986d2587..b7c5fae5b4 100644
--- a/sv.c
+++ b/sv.c
@@ -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>.