In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/073051a9ae59eaa8dc2e999a8ac61e2577b5f3a4?hp=7f1bd063e5aa5aeb26ed9c39db6864cc0ecd7a73>

- Log -----------------------------------------------------------------
commit 073051a9ae59eaa8dc2e999a8ac61e2577b5f3a4
Author: Aaron Crane <[email protected]>
Date:   Sun May 15 22:45:10 2016 +0100

    sv.c: fix missing word in apidoc
-----------------------------------------------------------------------

Summary of changes:
 sv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sv.c b/sv.c
index 86986d2..b7c5fae 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>.

--
Perl5 Master Repository

Reply via email to