Skip to content

Commit

Permalink
sv.c: fix missing word in apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
arc committed May 15, 2016
1 parent 7f1bd06 commit 073051a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sv.c
Expand Up @@ -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>.
Expand Down

0 comments on commit 073051a

Please sign in to comment.