From efe9a7d6f3670b1fa11a05d25ba6f79a917ec80d Mon Sep 17 00:00:00 2001 From: Colin Okay <59481711+cbeo@users.noreply.github.com> Date: Fri, 10 Jul 2020 13:49:22 -0500 Subject: rewording --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 936ff99..106ec38 100644 --- a/README.md +++ b/README.md @@ -580,9 +580,9 @@ time. It is a good example of the usefulness of `inflate!`. The basic flow is: 1. single out the first element of the vector -2. generate permutations for the remainder of the vector -3. return a generator that "adds back" the singled out element for - each possible spot. +2. make a generator for permutations of the remainder of the vector +3. return a generator that "adds back" the singled out element at + each possible spot in each permutation. The interesting bit about this is that we recursively compute permutation generators for the subvectors of `vec` in a classic -- cgit v1.2.3