Can't type, blame the flu.

This commit is contained in:
Christophe Grand 2018-01-25 12:13:04 +01:00 committed by GitHub
parent 7c048e11bb
commit 00e19651ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ More transducers and reducing functions for Clojure(script)!
[![Build Status](https://travis-ci.org/cgrand/xforms.png?branch=master)](https://travis-ci.org/cgrand/xforms)
*Transducers* can be classified in three groups: regular ones, higher-order ones
(which accept other transducers as arguments) and aggrerators (transdcuers which emit only 1 item out no matter how many went in).
(which accept other transducers as arguments) and aggregators (transducers which emit only 1 item out no matter how many went in).
Aggregators generally only make sense in the context of a higher-order transducer.
In `net.cgrand.xforms`: