From 314b7e7c36ebd18f7793aca1d1befe91990ef572 Mon Sep 17 00:00:00 2001 From: Marcus Winter Date: Wed, 17 Feb 2016 11:59:58 +0100 Subject: [PATCH] examples: added dataflow operator >> streaming example --- doc/examples/dataflow/dataflow_connect-snippet.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/examples/dataflow/dataflow_connect-snippet.h b/doc/examples/dataflow/dataflow_connect-snippet.h index 6660f53..7c7537e 100644 --- a/doc/examples/dataflow/dataflow_connect-snippet.h +++ b/doc/examples/dataflow/dataflow_connect-snippet.h @@ -1,2 +1 @@ - read >> replace; - replace >> write; + read >> replace >> write; -- libgit2 0.26.0