Regenerate website

Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/c0f78d7a
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/c0f78d7a
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/c0f78d7a

Branch: refs/heads/asf-site
Commit: c0f78d7a3b45047671ef85697cfadbf97113660e
Parents: f2a4d29
Author: Davor Bonaci <da...@google.com>
Authored: Tue Mar 7 09:06:03 2017 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Tue Mar 7 09:06:03 2017 -0800

----------------------------------------------------------------------
 content/documentation/programming-guide/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/c0f78d7a/content/documentation/programming-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/programming-guide/index.html 
b/content/documentation/programming-guide/index.html
index a6403e0..0752642 100644
--- a/content/documentation/programming-guide/index.html
+++ b/content/documentation/programming-guide/index.html
@@ -464,7 +464,7 @@
 
 <p>In such roles, <code class="highlighter-rouge">ParDo</code> is a common 
intermediate step in a pipeline. You might use it to extract certain fields 
from a set of raw input records, or convert raw input into a different format; 
you might also use <code class="highlighter-rouge">ParDo</code> to convert 
processed data into a format suitable for output, like database table rows or 
printable strings.</p>
 
-<p>When you apply a <code class="highlighter-rouge">ParDo</code> transform, 
you’ll need to provide user code in the form of a <code 
class="highlighter-rouge">DoFn</code> object. <code 
class="highlighter-rouge">DoFn</code> is a Beam SDK class that defines a 
distribured processing function.</p>
+<p>When you apply a <code class="highlighter-rouge">ParDo</code> transform, 
you’ll need to provide user code in the form of a <code 
class="highlighter-rouge">DoFn</code> object. <code 
class="highlighter-rouge">DoFn</code> is a Beam SDK class that defines a 
distributed processing function.</p>
 
 <blockquote>
   <p>When you create a subclass of <code 
class="highlighter-rouge">DoFn</code>, note that your subclass should adhere to 
the <a href="#transforms-usercodereqs">General Requirements for Writing User 
Code for Beam Transforms</a>.</p>

Reply via email to