Author: autrijus Date: Sun Apr 16 18:24:04 2006 New Revision: 8724 Modified: doc/trunk/design/syn/S06.pod doc/trunk/design/syn/S09.pod Log: * more typo cleanups promted by Dr. Ruud. Modified: doc/trunk/design/syn/S06.pod ============================================================================== --- doc/trunk/design/syn/S06.pod (original) +++ doc/trunk/design/syn/S06.pod Sun Apr 16 18:24:04 2006 @@ -705,7 +705,7 @@ =head2 Flattening argument lists -The unary prefix operator C<*> casts a value to an C<Capture> +The unary prefix operator C<*> casts a value to a C<Capture> object, then splices it into the argument list it occurs in. Casting C<Capture> to C<Capture> is a no-op: Modified: doc/trunk/design/syn/S09.pod ============================================================================== --- doc/trunk/design/syn/S09.pod (original) +++ doc/trunk/design/syn/S09.pod Sun Apr 16 18:24:04 2006 @@ -697,7 +697,7 @@ my $val := %hash<foo><bar>; my @array; - my $ref = \@array[0][0]; # $ref is an Capture object - see S02 + my $ref = \@array[0][0]; # $ref is a Capture object - see S02 my %hash; %hash<foo><bar> = "foo"; # duhThread Next