From 4464afffec8910dc444580878e54a9578d9edf20 Mon Sep 17 00:00:00 2001 From: Christophe Grand Date: Wed, 1 Jun 2016 10:41:35 +0200 Subject: [PATCH] reword --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d7b5ae..d39cebc 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ are passed as second and third arguments of the reducing function. Xforms allows a reducing function to advertise its support for key value pairs (3-arg arity) by implementing the `KvRfable` protocol (in practice using the `kvrf` macro). -Several xforms transducers and transducing contexts leverage `reduce-kv` and `kvrf`. When used together pairs can be transformed without allocating them. +Several xforms transducers and transducing contexts leverage `reduce-kv` and `kvrf`. When these functions are used together, pairs can be transformed without being allocated.