Author: larry Date: Sat Feb 17 10:25:36 2007 New Revision: 13590 Modified: doc/trunk/design/syn/S13.pod
Log: inconsistency spotted by Smylers++ Modified: doc/trunk/design/syn/S13.pod ============================================================================== --- doc/trunk/design/syn/S13.pod (original) +++ doc/trunk/design/syn/S13.pod Sat Feb 17 10:25:36 2007 @@ -12,7 +12,7 @@ Maintainer: Larry Wall <[EMAIL PROTECTED]> Date: 2 Nov 2004 - Last Modified: 16 Feb 2007 + Last Modified: 17 Feb 2007 Number: 13 Version: 7 @@ -147,8 +147,8 @@ routine, array, or hash. The long forms are as follows: method postcircumfix:<( )> (|$capture) {...} - method postcircumfix:<[ ]> (|$capture) {...} - method postcircumfix:<{ }> (|$capture) {...} + method postcircumfix:<[ ]> (*@@slices) {...} + method postcircumfix:<{ }> (*@@slices) {...} Those are a bit unwieldy, so you may also use these short forms: