X-Git-Url: http://nitlanguage.org diff --git a/lib/combinations.nit b/lib/combinations.nit index cb1612a..184c1ed 100644 --- a/lib/combinations.nit +++ b/lib/combinations.nit @@ -8,7 +8,7 @@ # You are allowed to redistribute it and sell it, alone or is a part of # another product. -# Cartesian products, combinations and permutation on collections. +# Memory-efficient Cartesian products, combinations and permutation on collections. # # This module offers memory-efficient views on combinatoric collections. # Methods of the views create objects only when needed.