summaryrefslogtreecommitdiff
path: root/pod/perlsyn.pod
diff options
context:
space:
mode:
authorAlexandr Savca <alexandr.savca89@gmail.com>2018-04-18 16:28:00 -0400
committerJames E Keenan <jkeenan@cpan.org>2018-04-19 09:20:37 -0400
commitdabde021f60e09a0d267e2c1d21905e88314056d (patch)
treecba2215a54b03e0210e5793a98743dd47d129844 /pod/perlsyn.pod
parenta3bda1a78f16ffb09616f48f73bb73558cbfd96c (diff)
downloadperl-dabde021f60e09a0d267e2c1d21905e88314056d.tar.gz
Spelling corrections in pod/*.pod from Alexandr Savca.
Alexandr Savca is now a Perl AUTHOR. For: RT #133120 Committer: holding off on the corrections to pod/perlartistic.pod until clarification of change to license text.
Diffstat (limited to 'pod/perlsyn.pod')
-rw-r--r--pod/perlsyn.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod
index 74e228d5d8..d63108f275 100644
--- a/pod/perlsyn.pod
+++ b/pod/perlsyn.pod
@@ -992,7 +992,7 @@ the form C<!/REGEX/>, C<$foo !~ /REGEX/>, or C<$foo !~ EXPR>.
A smart match that uses an explicit C<~~> operator, such as C<EXPR ~~ EXPR>.
B<NOTE:> You will often have to use C<$c ~~ $_> because the default case
-uses C<$_ ~~ $c> , which is frequentlythe opposite of what you want.
+uses C<$_ ~~ $c> , which is frequently the opposite of what you want.
=item Z<>4.