Skip to content

Commit

Permalink
fix typo (#3349)
Browse files Browse the repository at this point in the history
  • Loading branch information
stealmh committed Sep 5, 2024
1 parent a619c3f commit 64cf3e8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
/// Scopes the binding of a store to a binding of an optional presentation store.
///
/// Use this operator to derive a binding that can be handed to SwiftUI's various navigation
/// view modifiers, such as `sheet(item:)`, popover(item:)`, etc.
/// view modifiers, such as `sheet(item:)`, `popover(item:)`, etc.
///
///
/// For example, suppose your feature can present a child feature in a sheet. Then your feature's
Expand Down Expand Up @@ -187,7 +187,7 @@
/// Scopes the binding of a store to a binding of an optional presentation store.
///
/// Use this operator to derive a binding that can be handed to SwiftUI's various navigation
/// view modifiers, such as `sheet(item:)`, popover(item:)`, etc.
/// view modifiers, such as `sheet(item:)`, `popover(item:)`, etc.
///
///
/// For example, suppose your feature can present a child feature in a sheet. Then your
Expand Down Expand Up @@ -265,7 +265,7 @@
/// Scopes the binding of a store to a binding of an optional presentation store.
///
/// Use this operator to derive a binding that can be handed to SwiftUI's various navigation
/// view modifiers, such as `sheet(item:)`, popover(item:)`, etc.
/// view modifiers, such as `sheet(item:)`, `popover(item:)`, etc.
///
///
/// For example, suppose your feature can present a child feature in a sheet. Then your
Expand Down

0 comments on commit 64cf3e8

Please sign in to comment.