File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ This release also deprecates `Flow.Window.session/3` as developers can trivially
128
128
* Bug fixes
129
129
* Add ` :gen_stage ` to the applications list
130
130
* Ensure we handle supervisor exits on flow coordinator
131
- * Ensure we do not unecessary partition when fusing producer+streams
131
+ * Ensure we do not unnecessary partition when fusing producer+streams
132
132
133
133
## v0.11.0
134
134
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ defmodule Flow.Window.Fixed do
29
29
# of this function is the most recent window for a given producer.
30
30
#
31
31
# 2. Next we store the most recent timestamp for the producer and get
32
- # both mininum and maximum seen windows.
32
+ # both minimum and maximum seen windows.
33
33
#
34
34
# 3. Finally we see which windows have been seen by all producers (min)
35
35
# and if we are still missing any producer data (max is nil). We catch
You can’t perform that action at this time.
0 commit comments