Author: larry
Date: Fri Apr 27 17:15:33 2007
New Revision: 14387

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

Log:
minor rewording


Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod        (original)
+++ doc/trunk/design/syn/S02.pod        Fri Apr 27 17:15:33 2007
@@ -1457,8 +1457,8 @@
     GLOBAL::<$IN>       # Same as $*IN
     Foo::<::Bar><::Baz> # same as Foo::Bar::Baz
 
-The final C<::> is required here, because the C<Foo::Bar{...}> syntax
-is reserved for defining an autovivifiable protoobject along with
+The C<::> before the subscript is required here, because the C<Foo::Bar{...}>
+syntax is reserved for defining an autovivifiable protoobject along with
 it's initialization closure (see S12).
 
 Unlike C<::()> symbolic references, this does not parse the argument

Reply via email to