Author: larry
Date: Sat Feb 16 09:10:33 2008
New Revision: 14512

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

Log:
fossil noticed by pmurias++


Modified: doc/trunk/design/syn/S05.pod
==============================================================================
--- doc/trunk/design/syn/S05.pod        (original)
+++ doc/trunk/design/syn/S05.pod        Sat Feb 16 09:10:33 2008
@@ -2119,7 +2119,7 @@
 
     my $moose = $(m:{
         <antler> <body>
-        { make Moose.new( body => $body().attach($antler) ) }
+        { make Moose.new( body => $<body>.attach($<antler>) ) }
         # match succeeds -- ignore the rest of the regex
     });
 

Reply via email to