Author: pmichaud
Date: Wed Sep 10 08:14:29 2008
New Revision: 14581

Modified:
   doc/trunk/design/syn/S03.pod
Log:
Typo fix  "last" -> "list"


Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod        (original)
+++ doc/trunk/design/syn/S03.pod        Wed Sep 10 08:14:29 2008
@@ -1816,7 +1816,7 @@
 The expression is evaluated in list context (flattening any C<Capture>s),
 then a hash will be created from the list, taken as a list of C<Pair>s.
 (Any element in the list that is not a C<Pair> will pretend to be a key
-and grab the next value in the last as its value.)  Equivalent to
+and grab the next value in the list as its value.)  Equivalent to
 C<%()> (except that empty C<%()> means C<%($/)>, while
 empty C<hash()> means an empty hash).
 

Reply via email to