diff options
-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. |