Skip to content

Commit 64cf3e8

Browse files
authored
fix typo (#3349)
1 parent a619c3f commit 64cf3e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/ComposableArchitecture/Observation/Store+Observation.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
/// Scopes the binding of a store to a binding of an optional presentation store.
113113
///
114114
/// 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.
116116
///
117117
///
118118
/// For example, suppose your feature can present a child feature in a sheet. Then your feature's
@@ -187,7 +187,7 @@
187187
/// Scopes the binding of a store to a binding of an optional presentation store.
188188
///
189189
/// 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.
191191
///
192192
///
193193
/// For example, suppose your feature can present a child feature in a sheet. Then your
@@ -265,7 +265,7 @@
265265
/// Scopes the binding of a store to a binding of an optional presentation store.
266266
///
267267
/// 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.
269269
///
270270
///
271271
/// For example, suppose your feature can present a child feature in a sheet. Then your

0 commit comments

Comments
 (0)