damondouglas commented on a change in pull request #15057:
URL: https://github.com/apache/beam/pull/15057#discussion_r659105880



##########
File path: website/www/site/content/en/documentation/programming-guide.md
##########
@@ -522,6 +572,12 @@ together transforms to create a pipeline that successively 
modifies input data:
               | [Third Transform])
 {{< /highlight >}}
 
+{{< highlight go >}}
+[Second PCollection] := beam.ParDo(s, [First Transform], [Initial Input 
PCollection])
+[Third PCollection] := beam.ParDo(s, [Second Transform], [Second PCollection])

Review comment:
       I think the abbreviation makes sense when one is looking at the whole 
code.  The rendering on the online template breaks context.  It may be my own 
issues with reading when dealing with context shift so I'm probably not the 
best judge for the average audience.  Thank you for listening to the comment 
though.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to