Author: autrijus
Date: Sat Apr  1 20:10:15 2006
New Revision: 8532

Modified:
   doc/trunk/design/syn/S02.pod

Log:
* upper/lowercase English nit fix for the last patch as suggested by TimToady 

Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod        (original)
+++ doc/trunk/design/syn/S02.pod        Sat Apr  1 20:10:15 2006
@@ -401,8 +401,8 @@
     %$args;         # same as '$args as Hash"   or "Hash($args)"
     &$args;         # same as '$args as Code"   or "Code($args)"
 
-When cast into an array, you can access all the positional arguments; Into a
-hash, all named arguments; Into a scalar, the invocant; Into code, its slurpy
+When cast into an array, you can access all the positional arguments; into a
+hash, all named arguments; into a scalar, the invocant; into code, its slurpy
 nameless block.
 
 All prefix sigil operators accept one positional argument, evaluated in

Reply via email to