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.
EachRegion
1 parent e35f325 commit 6a8cdb1Copy full SHA for 6a8cdb1
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