Skip to content

Commit 952e5b1

Browse files
authored
Typo on documentation (#258)
1 parent 1ec5d26 commit 952e5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gen_stage/utils.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ defmodule GenStage.Utils do
9191
end
9292

9393
@doc """
94-
Splits a list of events into messages cotroller by min, max, and demand.
94+
Splits a list of events into messages configured by min, max, and demand.
9595
"""
9696
def split_batches(events, from, min, max, demand) do
9797
split_batches(events, from, min, max, demand, demand, [])

0 commit comments

Comments
 (0)