pcoet commented on code in PR #17369: URL: https://github.com/apache/beam/pull/17369#discussion_r856674033
########## website/www/site/content/en/documentation/programming-guide.md: ########## @@ -1100,7 +1100,7 @@ tree, [2] Thus, `GroupByKey` represents a transform from a multimap (multiple keys to individual values) to a uni-map (unique keys to collections of values). -Using <span class="language-java">`GroupByKey`</span> is straightforward: +<span class="language-java">Using `GroupByKey` is straightforward: Review Comment: @denisecase Sorry, just this line, 1103, should be wrapped in `language-java` class. -- 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]
