In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/04c2d19cf4e80cdb686bad3c1f30c464433a0b61?hp=05a0cace6c9b2af166c73b35ba5391b2f731cdb4>

- Log -----------------------------------------------------------------
commit 04c2d19cf4e80cdb686bad3c1f30c464433a0b61
Author: Karl Williamson <[email protected]>
Date:   Sat Feb 18 13:00:49 2017 -0700

    perlre, perlrecharclass, Fix overlooked typos
    
    I thought I had committed these nits, pointed out to me by reviewers,
    but I hadn't done so properly.
-----------------------------------------------------------------------

Summary of changes:
 pod/perlre.pod          | 2 +-
 pod/perlrecharclass.pod | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pod/perlre.pod b/pod/perlre.pod
index 3c902523cd..7b483550f5 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -69,7 +69,7 @@ meaning described in this document.  A sequence of 
non-metacharacters
 matches the same sequence in the target string, as we saw above with
 C<m/abc/>.
 
-Only a few characters (all or them being ASCII punctuation characters)
+Only a few characters (all of them being ASCII punctuation characters)
 are metacharacters.  The most commonly used one is a dot C<".">, which
 normally matches almost any character (including a dot itself).
 
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod
index ab01142397..79480e4131 100644
--- a/pod/perlrecharclass.pod
+++ b/pod/perlrecharclass.pod
@@ -178,7 +178,7 @@ are generally used to add auxiliary markings to letters.
 C<\w> matches the platform's native underscore character plus whatever
 the locale considers to be alphanumeric.
 
-=item if instead, Unicode rules are in effect ...
+=item if, instead, Unicode rules are in effect ...
 
 C<\w> matches exactly what C<\p{Word}> matches.
 
@@ -236,7 +236,7 @@ in the table below.
 
 C<\s> matches whatever the locale considers to be whitespace.
 
-=item if instead, Unicode rules are in effect ...
+=item if, instead, Unicode rules are in effect ...
 
 C<\s> matches exactly the characters shown with an "s" column in the
 table below.
@@ -949,7 +949,7 @@ just the platform's native tab and space characters.
 
 =back
 
-=item if instead, Unicode rules are in effect ...
+=item if, instead, Unicode rules are in effect ...
 
 The POSIX class matches the same as the Full-range counterpart.
 

--
Perl5 Master Repository

Reply via email to