diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-09-15 19:49:06 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-09-15 19:49:06 -0700 |
commit | ba05e309f805fa6338584aa8e77350dade9269ca (patch) | |
tree | 969a050a51806866a13f51f1ee9b2365c4e22c3f | |
parent | d14f512d7ad71f2cb3bd927f69dfc742514a79a2 (diff) | |
download | txr-ba05e309f805fa6338584aa8e77350dade9269ca.tar.gz txr-ba05e309f805fa6338584aa8e77350dade9269ca.tar.bz2 txr-ba05e309f805fa6338584aa8e77350dade9269ca.zip |
Wording and grammar fix under permutations
* txr.1: Fix inappropriately copy and pasted ungrammatical
text "permutations is of zero length".
-rw-r--r-- | txr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20820,7 +20820,7 @@ The permutations in the returned list are sequences of the same kind as If .meta len is zero, then a list containing one permutation is returned, and that -permutations is of zero length. +permutation is of zero length. If .meta len @@ -20926,7 +20926,7 @@ The combinations in the returned list are objects of the same kind as If .meta len is zero, then a list containing one combination is returned, and that -permutations is of zero length. +combination is of zero length. If .meta len @@ -20981,7 +20981,7 @@ The combinations in the returned list are sequences of the same kind as If .meta len is zero, then a list containing one combination is returned, and that -permutations is of zero length. This is true even if +combination is of zero length. This is true even if .meta seq is empty. |