Skip to content

Commit

Permalink
[hotfix][docs] Fix typo
Browse files Browse the repository at this point in the history
This closes apache#13241
  • Loading branch information
afedulov authored and rmetzger committed Sep 4, 2020
1 parent 12b9f7f commit e016804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/event_timestamps_watermarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e016804

Please sign in to comment.