This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Assorted POD nits from the Debian bug list.
[perl5.git] / pod / perlre.pod
index c35b49f..04c7b8e 100644 (file)
@@ -102,7 +102,7 @@ X</x>
 
 =head3 Metacharacters
 
-The patterns used in Perl pattern matching evolved from the ones supplied in
+The patterns used in Perl pattern matching evolved from those supplied in
 the Version 8 regex routines.  (The routines are derived
 (distantly) from Henry Spencer's freely redistributable reimplementation
 of the V8 routines.)  See L<Version 8 Regular Expressions> for