From c252fc5c1a8fd3814640752e0a3ac16d51bd0018 Mon Sep 17 00:00:00 2001 From: mino <66459715+stealmh@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:29:41 +0900 Subject: [PATCH] fix typo --- .../Observation/Store+Observation.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/ComposableArchitecture/Observation/Store+Observation.swift b/Sources/ComposableArchitecture/Observation/Store+Observation.swift index 64769a103e46..f3e0b81d24dc 100644 --- a/Sources/ComposableArchitecture/Observation/Store+Observation.swift +++ b/Sources/ComposableArchitecture/Observation/Store+Observation.swift @@ -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 @@ -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 @@ -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