Author: audreyt
Date: Mon Mar 12 14:02:33 2007
New Revision: 14340

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

Log:
* S02: typo spotted by rhr++

Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod        (original)
+++ doc/trunk/design/syn/S02.pod        Mon Mar 12 14:02:33 2007
@@ -2472,7 +2472,7 @@
 line number range within the source file.
 
 The lexical routine itself is C<&?ROUTINE>; you can get its name with
-C<&ROUTINE.name>.  The current block is C<&?BLOCK>.  If the block has any
+C<&?ROUTINE.name>.  The current block is C<&?BLOCK>.  If the block has any
 labels, those shows up in C<&?BLOCK.labels>.  Within the lexical scope of
 a statement with a label, the label is a pseudo-object representing
 the dynamic context of that statement.  (If inside multiple dynamic

Reply via email to