lostluck commented on a change in pull request #11690: URL: https://github.com/apache/beam/pull/11690#discussion_r424676521
########## File path: learning/katas/go/Core Transforms/Map/ParDo OneToMany/task.md ########## @@ -26,7 +26,7 @@ In this kata we will map a single element into many by splitting a sentence into <div class="hint"> Use <a href="https://godoc.org/github.com/apache/beam/sdks/go/pkg/beam#ParDo"> - ParDo</a> + beam.ParDo</a> with a <a href="https://godoc.org/github.com/apache/beam/sdks/go/pkg/beam#hdr-DoFns"> DoFn</a>. Review comment: +1 to Damon's response. There's no such thing as beam.DoFn as an entity in code. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
