develooper Front page | perl.perl6.language | Postings from June 2010

r31355 -[S06] order of candidates returned from .cando

From:
pugs-commits
Date:
June 18, 2010 02:34
Subject:
r31355 -[S06] order of candidates returned from .cando
Message ID:
20100618093410.6656.qmail@feather.perl6.nl
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)
 




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About