Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
r29003 - docs/Perl6/Spec/S32-setting-li brary
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
pugs-comm...@feather.perl6.nl  
View profile  
 More options Nov 6, 10:02 am
Newsgroups: perl.perl6.language
From: pugs-comm...@feather.perl6.nl
Date: Fri, 6 Nov 2009 16:02:47 +0100
Local: Fri, Nov 6 2009 10:02 am
Subject: r29003 - docs/Perl6/Spec/S32-setting-library
Author: duff
Date: 2009-11-06 16:02:47 +0100 (Fri, 06 Nov 2009)
New Revision: 29003

Modified:
   docs/Perl6/Spec/S32-setting-library/Containers.pod
Log:
s/repl/replace/ that I missed before

Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Containers.pod  2009-11-06 14:55:58 UTC (rev 29002)
+++ docs/Perl6/Spec/S32-setting-library/Containers.pod  2009-11-06 15:02:47 UTC (rev 29003)
@@ -194,10 +194,10 @@

 =item pick

- our multi method pick ( @values: Int $num = 1, Bool :$repl )
- our multi method pick ( @values: Whatever, Bool :$repl )
- our multi pick ( Int $num, Bool :$repl, *@values )
- our multi pick ( Whatever, Bool :$repl, *@values )
+ our multi method pick ( @values: Int $num = 1, Bool :$replace )
+ our multi method pick ( @values: Whatever, Bool :$replace )
+ our multi pick ( Int $num, Bool :$replace, *@values )
+ our multi pick ( Whatever, Bool :$replace, *@values )

 C<pick> takes a list or array of values and returns a random
 selection of elements from the list (without replacement unless
@@ -836,8 +836,8 @@

 =item pick

- our multi method pick ( $set: Int $num = 1, Bool :$repl )
- our multi method pick ( $set: Whatever, Bool :$repl )
+ our multi method pick ( $set: Int $num = 1, Bool :$replace )
+ our multi method pick ( $set: Whatever, Bool :$replace )

 Like an ordinary list pick, but returns keys of the bag weighted by
 values, as if the keys were replicated the number of times indicated
@@ -859,8 +859,8 @@

 =item pick

- our multi method pick ( $bag: Int $num = 1, Bool :$repl )
- our multi method pick ( $bag: Whatever, Bool :$repl )
+ our multi method pick ( $bag: Int $num = 1, Bool :$replace )
+ our multi method pick ( $bag: Whatever, Bool :$replace )

 Like an ordinary list pick, but returns keys of the bag weighted by
 values, as if the keys were replicated the number of times indicated


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google