We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec5d26 commit 952e5b1Copy full SHA for 952e5b1
lib/gen_stage/utils.ex
@@ -91,7 +91,7 @@ defmodule GenStage.Utils do
91
end
92
93
@doc """
94
- Splits a list of events into messages cotroller by min, max, and demand.
+ Splits a list of events into messages configured by min, max, and demand.
95
"""
96
def split_batches(events, from, min, max, demand) do
97
split_batches(events, from, min, max, demand, demand, [])
0 commit comments