Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/4004#discussion_r118850095 --- Diff: flink-contrib/flink-storm-examples/src/main/java/org/apache/flink/storm/split/operators/VerifyAndEnrichBolt.java --- @@ -30,7 +30,7 @@ /** * Verifies that incoming numbers are either even or odd, controlled by the constructor argument. Emitted tuples are - * enriched with a new string field containing either "even" or "odd", based on the numbers parity. + * enriched with a new string field containing either "even" or "odd", based on the numbers' parity. --- End diff -- I think I got this wrong, too. Should probably be `number's`.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---