Author: moritz
Date: 2010-06-18 11:34:10 +0200 (Fri, 18 Jun 2010)
New Revision: 31355

Modified:
   docs/Perl6/Spec/S06-routines.pod
Log:
[S06] order of candidates returned from .cando

Modified: docs/Perl6/Spec/S06-routines.pod
===================================================================
--- docs/Perl6/Spec/S06-routines.pod    2010-06-18 09:25:29 UTC (rev 31354)
+++ docs/Perl6/Spec/S06-routines.pod    2010-06-18 09:34:10 UTC (rev 31355)
@@ -3288,7 +3288,7 @@
 =item .cando(\$capture)
 
 This method returns a (potentially lazy) list of the candidates that match the 
given
-capture.
+capture, ordered by goodness of match, with the best match first.
 
 =item .push($candidate)
 

Reply via email to