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.
2 parents 340d805 + 6a8cdb1 commit f89c379Copy full SHA for f89c379
src/solvers/adapters.jl
@@ -19,7 +19,7 @@ IncrementOnly(adapter::IncrementOnly) = adapter
19
"""
20
struct EachRegion{SweepIterator} <: AbstractNetworkIterator
21
22
-Adapter that flattens the each region iterator in the parent sweep iterator into a single
+Adapter that flattens each region iterator in the parent sweep iterator into a single
23
iterator, returning `region => kwargs`.
24
25
struct EachRegion{SI<:SweepIterator} <: AbstractNetworkIterator
0 commit comments