@@ -75,10 +75,11 @@ public struct Reducer<State, Action, Environment> {
7575 /// action.
7676 ///
7777 /// Similar can be said for a
78- /// ``Reducer/forEach(state:action:environment:breakpointOnNil:_:_ :)-3ic87 `` reducer. If the
78+ /// ``Reducer/forEach(state:action:environment:breakpointOnNil:file:line :)-7h573 `` reducer. If the
7979 /// parent domain modifies the child collection by moving, removing, or modifying an element
80- /// before the ``Reducer/forEach(state:action:environment:breakpointOnNil:_:_:)-3ic87`` reducer
81- /// runs, the ``Reducer/forEach(state:action:environment:breakpointOnNil:_:_:)-3ic87`` reducer may
80+ /// before the ``Reducer/forEach(state:action:environment:breakpointOnNil:file:line:)-7h573``
81+ /// reducer runs, the
82+ /// ``Reducer/forEach(state:action:environment:breakpointOnNil:file:line:)-7h573`` reducer may
8283 /// perform its action against the wrong element, an element that no longer exists, or an element
8384 /// in an unexpected state.
8485 ///
@@ -132,10 +133,11 @@ public struct Reducer<State, Action, Environment> {
132133 /// action.
133134 ///
134135 /// Similar can be said for a
135- /// ``Reducer/forEach(state:action:environment:breakpointOnNil:_:_ :)-3ic87 `` reducer. If the
136+ /// ``Reducer/forEach(state:action:environment:breakpointOnNil:file:line :)-7h573 `` reducer. If the
136137 /// parent domain modifies the child collection by moving, removing, or modifying an element
137- /// before the ``Reducer/forEach(state:action:environment:breakpointOnNil:_:_:)-3ic87`` reducer
138- /// runs, the ``Reducer/forEach(state:action:environment:breakpointOnNil:_:_:)-3ic87`` reducer may
138+ /// before the ``Reducer/forEach(state:action:environment:breakpointOnNil:file:line:)-7h573``
139+ /// reducer runs, the
140+ /// ``Reducer/forEach(state:action:environment:breakpointOnNil:file:line:)-7h573`` reducer may
139141 /// perform its action against the wrong element, an element that no longer exists, or an element
140142 /// in an unexpected state.
141143 ///
@@ -191,10 +193,11 @@ public struct Reducer<State, Action, Environment> {
191193 /// action.
192194 ///
193195 /// Similar can be said for a
194- /// ``Reducer/forEach(state:action:environment:breakpointOnNil:_:_ :)-3ic87 `` reducer. If the
196+ /// ``Reducer/forEach(state:action:environment:breakpointOnNil:file:line :)-7h573 `` reducer. If the
195197 /// parent domain modifies the child collection by moving, removing, or modifying an element
196- /// before the ``Reducer/forEach(state:action:environment:breakpointOnNil:_:_:)-3ic87`` reducer
197- /// runs, the ``Reducer/forEach(state:action:environment:breakpointOnNil:_:_:)-3ic87`` reducer may
198+ /// before the ``Reducer/forEach(state:action:environment:breakpointOnNil:file:line:)-7h573``
199+ /// reducer runs, the
200+ /// ``Reducer/forEach(state:action:environment:breakpointOnNil:file:line:)-7h573`` reducer may
198201 /// perform its action against the wrong element, an element that no longer exists, or an element
199202 /// in an unexpected state.
200203 ///
@@ -305,7 +308,7 @@ public struct Reducer<State, Action, Environment> {
305308 /// operator to pullback a reducer that operates on a single case of some state enum to work on
306309 /// the entire state enum.
307310 ///
308- /// When used with the ``combine(_:)-994ake `` operator you can define many reducers that work each
311+ /// When used with the ``combine(_:)-994ak `` operator you can define many reducers that work each
309312 /// case of the state enum, and then _pull them back_ and _combine_ them into one big reducer that
310313 /// works on a large domain.
311314 ///
@@ -736,10 +739,11 @@ public struct Reducer<State, Action, Environment> {
736739 /// )
737740 /// ```
738741 ///
739- /// Take care when combining ``forEach(state:action:environment:breakpointOnNil:_:_:)-90ox5``
740- /// reducers into parent domains, as order matters. Always combine
741- /// ``forEach(state:action:environment:breakpointOnNil:_:_:)-90ox5`` reducers _before_ parent
742- /// reducers that can modify the collection.
742+ /// Take care when combining
743+ /// ``forEach(state:action:environment:breakpointOnNil:file:line:)-7h573`` reducers into parent
744+ /// domains, as order matters. Always combine
745+ /// ``forEach(state:action:environment:breakpointOnNil:file:line:)-7h573`` reducers _before_
746+ /// parent reducers that can modify the collection.
743747 ///
744748 /// - Parameters:
745749 /// - toLocalState: A key path that can get/set a collection of `State` elements inside
@@ -808,10 +812,11 @@ public struct Reducer<State, Action, Environment> {
808812 /// A version of ``pullback(state:action:environment:)`` that transforms a reducer that works on
809813 /// an element into one that works on a dictionary of element values.
810814 ///
811- /// Take care when combining ``forEach(state:action:environment:breakpointOnNil:_:_:)-xv1z``
815+ /// Take care when combining
816+ /// ``forEach(state:action:environment:breakpointOnNil:file:line:)-1h7qx``
812817 /// reducers into parent domains, as order matters. Always combine
813- /// ``forEach(state:action:environment:breakpointOnNil:_:_ :)-xv1z `` reducers _before_ parent
814- /// reducers that can modify the dictionary.
818+ /// ``forEach(state:action:environment:breakpointOnNil:file:line :)-1h7qx `` reducers _before_
819+ /// parent reducers that can modify the dictionary.
815820 ///
816821 /// - Parameters:
817822 /// - toLocalState: A key path that can get/set a dictionary of `State` values inside
0 commit comments