smurfpandey / morelinq

Automatically exported from code.google.com/p/morelinq
Apache License 2.0
0 stars 0 forks source link

Error in description of TakeEvery #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/morelinq/source/browse/trunk/MoreLinq/TakeEvery.cs

The example documentation says "numbers.Every(2);" which obviously should
be "numbers.TakeEvery(2);"

Original issue reported on code.google.com by Kramieb@gmail.com on 11 Sep 2009 at 6:44

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 5 Nov 2009 at 9:38

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 5 Nov 2009 at 9:38

GoogleCodeExporter commented 9 years ago
Fixed in r104.

Original comment by azizatif on 5 Nov 2009 at 9:42