From df20ba2df936d58ea3df0afe3991857a4923d43c Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Sat, 8 Apr 2017 17:18:24 +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 9e238d2..897f85f 100644 --- a/Design:-Enhancements-to-Split-Join-nodes.md +++ b/Design:-Enhancements-to-Split-Join-nodes.md @@ -8,7 +8,7 @@ The Split node takes a single message and (currently) creates multiple messages. #### Proposal 1 -Add `msg.complete` to the last message sent - so that if NOT using automatic join, the multiple parts can be reassembled into another form. For example a paragraph of text in - split into lines - fed directly back into a join could create an array of lines. +Add `msg.complete` to the last message sent - so that if NOT using automatic join, the multiple parts can be reassembled into another format. For example a paragraph of text in - split into lines - fed directly back into a join could create an array of lines out.