In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/7c0c544ccc3283021df458dc39fb3638b44c2d6e?hp=fba30c6930fff718653b59c3aedac3438defabe3>

- Log -----------------------------------------------------------------
commit 7c0c544ccc3283021df458dc39fb3638b44c2d6e
Author: Matthew Horsfall <wolfs...@gmail.com>
Date:   Mon Aug 17 09:39:59 2015 -0400

    [perl #120826] - Fix documentation nit (thanks Eric Brine.)
-----------------------------------------------------------------------

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

diff --git a/perl.c b/perl.c
index 1823c99..303e1f2 100644
--- a/perl.c
+++ b/perl.c
@@ -2666,7 +2666,7 @@ Perl_call_method(pTHX_ const char *methname, I32 flags)
 
 Performs a callback to the Perl sub specified by the SV.
 
-If neither the C<G_METHOD> or C<G_METHOD_NAMED> flag is supplied, the
+If neither the C<G_METHOD> nor C<G_METHOD_NAMED> flag is supplied, the
 SV may be any of a CV, a GV, a reference to a CV, a reference to a GV
 or C<SvPV(sv)> will be used as the name of the sub to call.
 

--
Perl5 Master Repository

Reply via email to