summaryrefslogtreecommitdiff
path: root/pod/perlsyn.pod
diff options
context:
space:
mode:
authorTom Christiansen <tchrist@perl.com>2012-01-05 20:11:15 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-05 20:28:19 -0800
commit8e15b1894e416f804dd7c3a6a3cd143a628d240e (patch)
tree8eb0a678a643bdfb86ae6c956cf598a404524358 /pod/perlsyn.pod
parentc2f1e229171d1aa65dacd9b3bb09f4298de8fba7 (diff)
downloadperl-8e15b1894e416f804dd7c3a6a3cd143a628d240e.tar.gz
[perl #90926] Corrections to the previous patch
Here is a patch against the second patch, fixing typos reported to me.
Diffstat (limited to 'pod/perlsyn.pod')
-rw-r--r--pod/perlsyn.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod
index 4b14309710..6fc9dd6d11 100644
--- a/pod/perlsyn.pod
+++ b/pod/perlsyn.pod
@@ -611,7 +611,7 @@ written like this:
default { $nothing = 1 }
}
-As fo 5.14, that can also be written this way:
+As of 5.14, that can also be written this way:
use v5.14;
for ($var) {
@@ -931,7 +931,7 @@ listed below, it is used directly as a boolean.
A user-defined subroutine call or a method invocation.
-=item 3.
+=item 2.
A regular expression match in the form of C</REGEX/>, C<$foo =~ /REGEX/>,
or C<$foo =~ EXPR>. Also, a negated regular expression match in