This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3560ee4
)
perlsyn.pod: Nit
author
Shirakata Kentaro
<argrath@ub32.org>
Tue, 12 Mar 2013 19:16:14 +0000
(13:16 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Tue, 12 Mar 2013 19:20:52 +0000
(13:20 -0600)
pod/perlsyn.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlsyn.pod
b/pod/perlsyn.pod
index
0d8fd0d
..
aecc135
100644
(file)
--- a/
pod/perlsyn.pod
+++ b/
pod/perlsyn.pod
@@
-954,7
+954,7
@@
A smart match that uses an explicit C<~~> operator, such as C<EXPR ~~ EXPR>.
=item 4.
-A boolean comparison operator such as C<$_ E<lt> 10> or C<$x eq "abc"> The
+A boolean comparison operator such as C<$_ E<lt> 10> or C<$x eq "abc">
.
The
relational operators that this applies to are the six numeric comparisons
(C<< < >>, C<< > >>, C<< <= >>, C<< >= >>, C<< == >>, and C<< != >>), and
the six string comparisons (C<lt>, C<gt>, C<le>, C<ge>, C<eq>, and C<ne>).