dawidwys 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_r208161057
########## File path: docs/dev/libs/cep.md ########## @@ -778,15 +778,15 @@ next.within(Time.seconds(10)) You can apply the same contiguity condition as discussed in the previous [section](#combining-patterns) within a looping pattern. The contiguity will be applied between elements accepted into such a pattern. -To illustrate the above with an example, a pattern sequence `"a b+ c"` (`"a"` followed by one or more `"b"`'s followed by a `"c"`) with +To illustrate the above with an example, a pattern sequence `"a b+ c"` (`"a"` followed by any(non-deterministic relaxed) one or more `"b"`'s followed by a `"c"`) with Review comment: It should not. I am not sure how to properly express contiguity between `a` and `b+` in a "spoken" language. What do you think about sentence like this: > followed by any (non-deterministic relaxed) sequence of one or more `b`s Is it more understandable? ---------------------------------------------------------------- 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
