From 7755c584063ddc04a93af5c3a6f2121cafcbed3a Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Mon, 5 Jun 2017 12:22:17 +0100 Subject: [PATCH] Updated Design: Enhancements to Split Join nodes (markdown) --- Design:-Enhancements-to-Split-Join-nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Design:-Enhancements-to-Split-Join-nodes.md b/Design:-Enhancements-to-Split-Join-nodes.md index 9b2769a..dc46649 100644 --- a/Design:-Enhancements-to-Split-Join-nodes.md +++ b/Design:-Enhancements-to-Split-Join-nodes.md @@ -57,7 +57,7 @@ These could be implemented, - either as stand alone modes of operation. IE Accumulate objects and Accumulate key/value pairs. (see below) - or as a sub mode of the exiting modes - for example by allowing a "special" use of a count of zero inputs to indicate "infinite" (ie send every time). -Currently the first of these is implemented in enhanced split/join branch. (IE separate discrete mode of operation) +Currently both 1a and 1b are implemented in enhanced split/join branch as new modes. (IE separate discrete modes of operation) ![](http://g.recordit.co/SQMEE8pJmD.gif)