Author: audreyt
Date: Thu Sep  7 07:07:43 2006
New Revision: 11817

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

Log:
16:06 < agentzh> audreyt: could you fix the "modifer" typo in S04 for me? :)

Modified: doc/trunk/design/syn/S04.pod
==============================================================================
--- doc/trunk/design/syn/S04.pod        (original)
+++ doc/trunk/design/syn/S04.pod        Thu Sep  7 07:07:43 2006
@@ -331,7 +331,7 @@
 so you can modify the current list element in that case.  However,
 any time you specify the arguments, they default to read only.
 
-When used as statement modifers, C<for> and C<given> use a private
+When used as statement modifiers, C<for> and C<given> use a private
 instance of C<$_> for the left side of the statement.  The outer C<$_>
 can be referred to as C<$OUTER::_>.  (And yes, this implies that the
 compiler may have to retroactively change the binding of <$_> on the

Reply via email to