zentol commented on a change in pull request #6268: [FLINK-9576] Fixed documentation for contiguity within looping pattern. URL: https://github.com/apache/flink/pull/6268#discussion_r208155759
########## File path: docs/dev/libs/cep.md ########## @@ -250,9 +250,9 @@ For a pattern named `start`, the following are valid quantifiers: #### Conditions -For every pattern you can specify a condition that incoming event has to met in order to be "accepted" into the pattern e.g. its value should be larger than 5, +For every pattern you can specify a condition that an incoming event has to meet in order to be "accepted" into the pattern e.g. its value should be larger than 5, or larger than the average value of the previously accepted events. -You can specify conditions on the event properties via the `pattern.where()`, `pattern.or()` or the `pattern.until()` method. +You can specify conditions on the event properties via the `pattern.where()`, `pattern.or()` or `pattern.until()` method. Review comment: method**s**. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
