summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2008-01-30 17:11:53 +0000
committerSteve Peters <steve@fisharerojo.org>2008-01-30 17:11:53 +0000
commit384f06ae49854089e0cf13ffe34560627ea86f8a (patch)
tree964cda3a5c11816956eb4c39622b0ddd6e2e850c /pod/perlre.pod
parente148a7d386b499a188cdf6f37c4fd19434c1d755 (diff)
downloadperl-384f06ae49854089e0cf13ffe34560627ea86f8a.tar.gz
Assorted POD nits from the Debian bug list.
p4raw-id: //depot/perl@33129
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r--pod/perlre.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index c35b49fe72..04c7b8e724 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -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