Author: lwall
Date: 2009-09-19 05:04:53 +0200 (Sat, 19 Sep 2009)
New Revision: 28295

Modified:
   docs/Perl6/Spec/S06-routines.pod
Log:
[S06] typoish tweaks


Modified: docs/Perl6/Spec/S06-routines.pod
===================================================================
--- docs/Perl6/Spec/S06-routines.pod    2009-09-19 02:41:57 UTC (rev 28294)
+++ docs/Perl6/Spec/S06-routines.pod    2009-09-19 03:04:53 UTC (rev 28295)
@@ -2932,19 +2932,19 @@
 
 =item .candidates
 
-This method returns a list of the candites associated with the current
-routine. A "only" routine should return a list with itself as the
+This method returns a (potentially lazy) list of the candidates associated 
with the current
+routine. An "only" routine should return a list with itself as the
 single item.
 
 =item .signature
 
 This method returns the signature of the current routine. If this is a
-multi, it should return a "any" junction of the signature of each
+multi, it should return an "any" junction of the signature of each
 candidate.
 
 =item .cando(\$capture)
 
-This method returns a list of the candidates that match the given
+This method returns a (potentially lazy) list of the candidates that match the 
given
 capture.
 
 =back

Reply via email to