From 46391258eca955edb5120d04f4c8fc6a1b087124 Mon Sep 17 00:00:00 2001 From: Shirakata Kentaro Date: Tue, 12 Mar 2013 13:16:14 -0600 Subject: [PATCH] perlsyn.pod: Nit --- pod/perlsyn.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index 0d8fd0d..aecc135 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -954,7 +954,7 @@ A smart match that uses an explicit C<~~> operator, such as C. =item 4. -A boolean comparison operator such as C<$_ E 10> or C<$x eq "abc"> The +A boolean comparison operator such as C<$_ E 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, C, C, C, C, and C). -- 1.8.3.1