summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-02-13 23:37:07 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-02-13 23:37:07 -0800
commit43ee0ea31e8202ec63ed3c178760bb0c64510eea (patch)
tree268eecfa012490ff7bb7d3e6eefad37964b822c8 /pod
parente50356381b87e67a7e390fa83521a976e08b8bfd (diff)
downloadperl-43ee0ea31e8202ec63ed3c178760bb0c64510eea.tar.gz
perldiag: grammar
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 4e0da40cec..e1fce0ec37 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -3945,14 +3945,14 @@ Doing so has no effect.
=item Reference miscount in sv_replace()
(W internal) The internal sv_replace() function was handed a new SV with
-a reference count of other than 1.
+a reference count other than 1.
=item Reference to invalid group 0
(F) You used C<\g0> or similar in a regular expression. You may refer to
capturing parentheses only with strictly positive integers (normal
backreferences) or with strictly negative integers (relative
-backreferences), but using 0 does not make sense.
+backreferences). Using 0 does not make sense.
=item Reference to nonexistent group in regex; marked by <-- HERE in m/%s/