From b735b77b373b25182762b9b76850586c9d74e2ab Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Tue, 24 Apr 2012 22:36:03 -0400 Subject: [PATCH] fix some typos in perlsyn.pod (both reported by Tom Christiansen) --- pod/perlsyn.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index 9cceac0..3bebeec 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -714,7 +714,7 @@ binary flip-flop C<...> operator. One is a statement and the other an operator. (Perl doesn't usually confuse them because usually Perl can tell whether it wants an operator or a statement, but see below for exceptions.) -When Perl 5.12 or later encounters an ellipses statement, it parses this +When Perl 5.12 or later encounters an ellipsis statement, it parses this without error, but if and when you should actually try to execute it, Perl throws an exception with the text C: @@ -1205,7 +1205,7 @@ differences between Perl 6's and Perl 5's data models, but also because the Perl 6 spec has changed since Perl 5 rushed into early adoption. In Perl 6, C will always do an implicit smartmatch with its -argument, while in Perl 5 it is convenient albeit potentially confusing) to +argument, while in Perl 5 it is convenient (albeit potentially confusing) to suppress this implicit smartmatch in various rather loosely-defined situations, as roughly outlined above. (The difference is largely because Perl 5 does not have, even internally, a boolean type.) -- 1.8.3.1