diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-29 19:12:14 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-29 19:12:14 -0800 |
commit | ec5c6f9169b544bf8df6aca57a74dfc9fe3a9e1d (patch) | |
tree | 672f9ac7facd21a5d304b7b816fec1e312339a16 | |
parent | c392f10f10b3acfd88182e3c8b2c5ed666f9055a (diff) | |
download | txr-ec5c6f9169b544bf8df6aca57a74dfc9fe3a9e1d.tar.gz txr-ec5c6f9169b544bf8df6aca57a74dfc9fe3a9e1d.tar.bz2 txr-ec5c6f9169b544bf8df6aca57a74dfc9fe3a9e1d.zip |
Spelling.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5455,8 +5455,8 @@ Syntax: Description: The reduce-left and reduce-right functions reduce lists of operands -specified in <list> to a single value by the repeated application of a -<binary-functions>. +specified in <list> to a single value by the repeated application of +<binary-function>. Otherwise, <init-value> begins either a left-associative reduction under reduce-left, or a right-associative reduction under reduce-right. |