This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c103160  Publishing website 2019/09/17 15:42:15 at commit 511caa3
c103160 is described below

commit c103160c56f6ca0d6102ba4ff216e9e8ad940154
Author: jenkins <[email protected]>
AuthorDate: Tue Sep 17 15:42:15 2019 +0000

    Publishing website 2019/09/17 15:42:15 at commit 511caa3
---
 website/generated-content/documentation/programming-guide/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/website/generated-content/documentation/programming-guide/index.html 
b/website/generated-content/documentation/programming-guide/index.html
index 0ac9b06..e0dd36b 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -2064,7 +2064,7 @@ deterministic, and your transforms’ behavior more 
predictable and easier to de
 to a <code class="highlighter-rouge">ParDo</code> transform in the form of 
side inputs. A side input is an additional
 input that your <code class="highlighter-rouge">DoFn</code> can access each 
time it processes an element in the input
 <code class="highlighter-rouge">PCollection</code>. When you specify a side 
input, you create a view of some other
-data that can be read from within the <code 
class="highlighter-rouge">ParDo</code> transform’s <code 
class="highlighter-rouge">DoFn</code> while procesing
+data that can be read from within the <code 
class="highlighter-rouge">ParDo</code> transform’s <code 
class="highlighter-rouge">DoFn</code> while processing
 each element.</p>
 
 <p>Side inputs are useful if your <code class="highlighter-rouge">ParDo</code> 
needs to inject additional data when

Reply via email to