This is an automated email from the ASF dual-hosted git repository.

rmetzger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit e016804589806994092ea755d14e10b0d43e7768
Author: Alexander Fedulov <1492164+afedu...@users.noreply.github.com>
AuthorDate: Tue Aug 25 16:30:35 2020 +0200

    [hotfix][docs] Fix typo
    
    This closes #13241
---
 docs/dev/event_timestamps_watermarks.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dev/event_timestamps_watermarks.md 
b/docs/dev/event_timestamps_watermarks.md
index 3b8d766..fcb32bd 100644
--- a/docs/dev/event_timestamps_watermarks.md
+++ b/docs/dev/event_timestamps_watermarks.md
@@ -235,7 +235,7 @@ public interface WatermarkGenerator<T> {
 There are two different styles of watermark generation: *periodic* and
 *punctuated*.
 
-A periodic generator usually observes to the incoming events via `onEvent()`
+A periodic generator usually observes the incoming events via `onEvent()`
 and then emits a watermark when the framework calls `onPeriodicEmit()`.
 
 A puncutated generator will look at events in `onEvent()` and wait for special

Reply via email to