Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/2764#discussion_r92400994
--- Diff: docs/quickstart/scala_api_quickstart.md ---
@@ -194,7 +227,9 @@ data 1
is 1
~~~
-The following code shows the WordCount implementation from the Quickstart
which processes some text lines with two operators (FlatMap and Reduce), and
prints the resulting words and counts to std-out.
+The following code shows the `WordCount` implementation from the
+Quickstart which processes some text lines with two operators (FlatMap
+and Reduce), and prints the resulting words and counts to std-out.
--- End diff --
sum / reduce: See comment above
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---