|
112 | 112 | /// Scopes the binding of a store to a binding of an optional presentation store.
|
113 | 113 | ///
|
114 | 114 | /// Use this operator to derive a binding that can be handed to SwiftUI's various navigation
|
115 |
| - /// view modifiers, such as `sheet(item:)`, popover(item:)`, etc. |
| 115 | + /// view modifiers, such as `sheet(item:)`, `popover(item:)`, etc. |
116 | 116 | ///
|
117 | 117 | ///
|
118 | 118 | /// For example, suppose your feature can present a child feature in a sheet. Then your feature's
|
|
187 | 187 | /// Scopes the binding of a store to a binding of an optional presentation store.
|
188 | 188 | ///
|
189 | 189 | /// Use this operator to derive a binding that can be handed to SwiftUI's various navigation
|
190 |
| - /// view modifiers, such as `sheet(item:)`, popover(item:)`, etc. |
| 190 | + /// view modifiers, such as `sheet(item:)`, `popover(item:)`, etc. |
191 | 191 | ///
|
192 | 192 | ///
|
193 | 193 | /// For example, suppose your feature can present a child feature in a sheet. Then your
|
|
265 | 265 | /// Scopes the binding of a store to a binding of an optional presentation store.
|
266 | 266 | ///
|
267 | 267 | /// Use this operator to derive a binding that can be handed to SwiftUI's various navigation
|
268 |
| - /// view modifiers, such as `sheet(item:)`, popover(item:)`, etc. |
| 268 | + /// view modifiers, such as `sheet(item:)`, `popover(item:)`, etc. |
269 | 269 | ///
|
270 | 270 | ///
|
271 | 271 | /// For example, suppose your feature can present a child feature in a sheet. Then your
|
|
0 commit comments