Author: moritz
Date: 2009-10-21 09:55:53 +0200 (Wed, 21 Oct 2009)
New Revision: 28868

Modified:
   docs/Perl6/Spec/S06-routines.pod
Log:
[S06] more consistency on name collisions in signatures, masak++

Modified: docs/Perl6/Spec/S06-routines.pod
===================================================================
--- docs/Perl6/Spec/S06-routines.pod    2009-10-21 02:51:54 UTC (rev 28867)
+++ docs/Perl6/Spec/S06-routines.pod    2009-10-21 07:55:53 UTC (rev 28868)
@@ -503,7 +503,7 @@
 possible on those arguments that are bound to a final slurpy or
 arglist variable.)
 
-All parameters must either have a unique name (sigil included)
+All parameters must either have a unique name (sigil excluded)
 or be anonymous. Declaring a routine having two positionals with exactly
 the same name counts as a compile-time error. Renaming a named parameter
 can also cause forbidden name collisions:

Reply via email to