This is an automated email from the ASF dual-hosted git repository.
azagrebin pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.11 by this push:
new cbdd21e [hotfix][docs] Fix typo in event_timestamps_watermarks.md
cbdd21e is described below
commit cbdd21e869c3e980d0fc4a91942e57c73205d6ed
Author: totorooo <[email protected]>
AuthorDate: Mon Oct 12 11:30:44 2020 +0800
[hotfix][docs] Fix typo in event_timestamps_watermarks.md
This closes #13588.
---
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..8fe8f37 100644
--- a/docs/dev/event_timestamps_watermarks.md
+++ b/docs/dev/event_timestamps_watermarks.md
@@ -479,7 +479,7 @@ The details of this behavior are defined by the
implementations of the
Prior to introducing the current abstraction of `WatermarkStrategy`,
`TimestampAssigner`, and `WatermarkGenerator`, Flink used
-`AssignerWithPeriodicWatermarks` and `AssignerWithPeriodicWatermarks`. You will
+`AssignerWithPeriodicWatermarks` and `AssignerWithPunctuatedWatermarks`. You
will
still see them in the API but it is recommended to use the new interfaces
because they offer a clearer separation of concerns and also unify periodic and
punctuated styles of watermark generation.