Skip to content

Commit d96969b

Browse files
authored
Fix typos (#108)
1 parent 71a03ee commit d96969b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ This release also deprecates `Flow.Window.session/3` as developers can trivially
128128
* Bug fixes
129129
* Add `:gen_stage` to the applications list
130130
* 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
132132

133133
## v0.11.0
134134

lib/flow/window/fixed.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule Flow.Window.Fixed do
2929
# of this function is the most recent window for a given producer.
3030
#
3131
# 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.
3333
#
3434
# 3. Finally we see which windows have been seen by all producers (min)
3535
# and if we are still missing any producer data (max is nil). We catch

0 commit comments

Comments
 (0)