diff --git a/Design:-Enhancements-to-Split-Join-nodes.md b/Design:-Enhancements-to-Split-Join-nodes.md index b5df789..94efccc 100644 --- a/Design:-Enhancements-to-Split-Join-nodes.md +++ b/Design:-Enhancements-to-Split-Join-nodes.md @@ -8,8 +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 format. For example a paragraph of text in - split into lines - fed directly back into a join could create an array of lines out. - +... ### Join Node