summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-09-15 19:49:06 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-09-15 19:49:06 -0700
commitba05e309f805fa6338584aa8e77350dade9269ca (patch)
tree969a050a51806866a13f51f1ee9b2365c4e22c3f
parentd14f512d7ad71f2cb3bd927f69dfc742514a79a2 (diff)
downloadtxr-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.16
1 files changed, 3 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index ed4bb90f..9b7b2dbd 100644
--- a/txr.1
+++ b/txr.1
@@ -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.