From 47b1c5cdaef819bc82fb6ec069a3a5d1c3e9165c Mon Sep 17 00:00:00 2001 From: Kenneth Knowles Date: Tue, 14 Feb 2017 21:13:48 -0800 Subject: [PATCH] Fix typo in stateful processing post --- src/_posts/2017-02-13-stateful-processing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_posts/2017-02-13-stateful-processing.md b/src/_posts/2017-02-13-stateful-processing.md index 28aee126a46..b00361aac02 100644 --- a/src/_posts/2017-02-13-stateful-processing.md +++ b/src/_posts/2017-02-13-stateful-processing.md @@ -25,7 +25,7 @@ what you might use it for, and what it looks like in code. First, a quick recap: In Beam, a big data processing _pipeline_ is a directed, acyclic graph of parallel operations called _`PTransforms`_ processing data -from _`PCollections`_ I'll expand on that by walking through this illustration: +from _`PCollections`_. I'll expand on that by walking through this illustration: