Author: jnthn
Date: 2009-10-09 22:26:22 +0200 (Fri, 09 Oct 2009)
New Revision: 28696

Modified:
   docs/Perl6/Spec/S06-routines.pod
Log:
[spec] Wording tweak/typo fix.

Modified: docs/Perl6/Spec/S06-routines.pod
===================================================================
--- docs/Perl6/Spec/S06-routines.pod    2009-10-09 20:24:47 UTC (rev 28695)
+++ docs/Perl6/Spec/S06-routines.pod    2009-10-09 20:26:22 UTC (rev 28696)
@@ -1959,7 +1959,7 @@
   name           The name of the lexical variable to bind to, if any
   type           The main type (the one multi-dispatch sorts by)
   constraints    Any further type constraints
-  type_captures  List of variable namess the argument type is put into
+  type_captures  List of names the argument type is captured into
   readonly       True if the parameter has C<is readonly> trait
   rw             True if the parameter has C<is rw> trait
   copy           True if the parameter has C<is copy> trait

Reply via email to