diff --git a/Sources/ComposableArchitecture/Effect.swift b/Sources/ComposableArchitecture/Effect.swift index 35b96e520df3..52f84c5bdee5 100644 --- a/Sources/ComposableArchitecture/Effect.swift +++ b/Sources/ComposableArchitecture/Effect.swift @@ -82,7 +82,7 @@ extension Effect { /// - fileID: The fileID. /// - filePath: The filePath. /// - line: The line. - /// - column: The column. + /// - column: The column. /// - Returns: An effect wrapping the given asynchronous work. public static func run( priority: TaskPriority? = nil, diff --git a/Sources/ComposableArchitecture/Observation/NavigationStack+Observation.swift b/Sources/ComposableArchitecture/Observation/NavigationStack+Observation.swift index b6742cf2de52..6a6e7d4a3d00 100644 --- a/Sources/ComposableArchitecture/Observation/NavigationStack+Observation.swift +++ b/Sources/ComposableArchitecture/Observation/NavigationStack+Observation.swift @@ -233,7 +233,7 @@ extension NavigationLink where Destination == Never { /// - fileID: The fileID. /// - filePath: The filePath. /// - line: The line. - /// - column: The column. + /// - column: The column. #if compiler(>=6) @MainActor #endif diff --git a/Sources/ComposableArchitecture/Observation/Store+Observation.swift b/Sources/ComposableArchitecture/Observation/Store+Observation.swift index 996e077a334a..b27745160387 100644 --- a/Sources/ComposableArchitecture/Observation/Store+Observation.swift +++ b/Sources/ComposableArchitecture/Observation/Store+Observation.swift @@ -160,7 +160,7 @@ extension Binding { /// - fileID: The fileID. /// - filePath: The filePath. /// - line: The line. - /// - column: The column. + /// - column: The column. /// - Returns: A binding of an optional child store. #if swift(>=5.10) @preconcurrency@MainActor @@ -321,7 +321,7 @@ extension Perception.Bindable { /// - fileID: The fileID. /// - filePath: The filePath. /// - line: The line. - /// - column: The column. + /// - column: The column. /// - Returns: A binding of an optional child store. public func scope( state: KeyPath, diff --git a/Sources/ComposableArchitecture/Reducer/Reducers/ForEachReducer.swift b/Sources/ComposableArchitecture/Reducer/Reducers/ForEachReducer.swift index db834c4f3075..55eeb63171ad 100644 --- a/Sources/ComposableArchitecture/Reducer/Reducers/ForEachReducer.swift +++ b/Sources/ComposableArchitecture/Reducer/Reducers/ForEachReducer.swift @@ -113,7 +113,7 @@ extension Reducer { /// - fileID: The fileID. /// - filePath: The filePath. /// - line: The line. - /// - column: The column. + /// - column: The column. /// - Returns: A reducer that combines the child reducer with the parent reducer. @inlinable @warn_unqualified_access diff --git a/Sources/ComposableArchitecture/Reducer/Reducers/IfCaseLetReducer.swift b/Sources/ComposableArchitecture/Reducer/Reducers/IfCaseLetReducer.swift index f80dafbc4982..2f3136f93c3d 100644 --- a/Sources/ComposableArchitecture/Reducer/Reducers/IfCaseLetReducer.swift +++ b/Sources/ComposableArchitecture/Reducer/Reducers/IfCaseLetReducer.swift @@ -52,7 +52,7 @@ extension Reducer { /// - fileID: The fileID. /// - filePath: The filePath. /// - line: The line. - /// - column: The column. + /// - column: The column. /// - Returns: A reducer that combines the child reducer with the parent reducer. @inlinable @warn_unqualified_access diff --git a/Sources/ComposableArchitecture/Reducer/Reducers/IfLetReducer.swift b/Sources/ComposableArchitecture/Reducer/Reducers/IfLetReducer.swift index 7140e933c311..22b7654c248f 100644 --- a/Sources/ComposableArchitecture/Reducer/Reducers/IfLetReducer.swift +++ b/Sources/ComposableArchitecture/Reducer/Reducers/IfLetReducer.swift @@ -52,7 +52,7 @@ extension Reducer { /// - fileID: The fileID. /// - filePath: The filePath. /// - line: The line. - /// - column: The column. + /// - column: The column. /// - Returns: A reducer that combines the child reducer with the parent reducer. @inlinable @warn_unqualified_access diff --git a/Sources/ComposableArchitecture/Reducer/Reducers/PresentationReducer.swift b/Sources/ComposableArchitecture/Reducer/Reducers/PresentationReducer.swift index 0080fa3293ca..511bbe7e7fe4 100644 --- a/Sources/ComposableArchitecture/Reducer/Reducers/PresentationReducer.swift +++ b/Sources/ComposableArchitecture/Reducer/Reducers/PresentationReducer.swift @@ -403,7 +403,7 @@ extension Reducer { /// - fileID: The fileID. /// - filePath: The filePath. /// - line: The line. - /// - column: The column. + /// - column: The column. /// - Returns: A reducer that combines the child reducer with the parent reducer. @warn_unqualified_access @inlinable diff --git a/Sources/ComposableArchitecture/Reducer/Reducers/Scope.swift b/Sources/ComposableArchitecture/Reducer/Reducers/Scope.swift index 346713191f03..2d9a26aee685 100644 --- a/Sources/ComposableArchitecture/Reducer/Reducers/Scope.swift +++ b/Sources/ComposableArchitecture/Reducer/Reducers/Scope.swift @@ -227,7 +227,7 @@ public struct Scope: Reducer { /// - fileID: The fileID. /// - filePath: The filePath. /// - line: The line. - /// - column: The column. + /// - column: The column. @inlinable public init( state toChildState: CaseKeyPath, diff --git a/Sources/ComposableArchitecture/Reducer/Reducers/StackReducer.swift b/Sources/ComposableArchitecture/Reducer/Reducers/StackReducer.swift index a6ee873586ee..d4f09f16b906 100644 --- a/Sources/ComposableArchitecture/Reducer/Reducers/StackReducer.swift +++ b/Sources/ComposableArchitecture/Reducer/Reducers/StackReducer.swift @@ -372,7 +372,7 @@ extension Reducer { /// - fileID: The fileID. /// - filePath: The filePath. /// - line: The line. - /// - column: The column. + /// - column: The column. /// - Returns: A reducer that combines the destination reducer with the parent reducer. @inlinable @warn_unqualified_access diff --git a/Sources/ComposableArchitecture/SwiftUI/NavigationStackStore.swift b/Sources/ComposableArchitecture/SwiftUI/NavigationStackStore.swift index 67429cd5cf10..ed10dafe3220 100644 --- a/Sources/ComposableArchitecture/SwiftUI/NavigationStackStore.swift +++ b/Sources/ComposableArchitecture/SwiftUI/NavigationStackStore.swift @@ -45,7 +45,7 @@ public struct NavigationStackStore /// - fileID: The fileID. /// - filePath: The filePath. /// - line: The line. - /// - column: The column. + /// - column: The column. public init( _ store: Store, StackAction>, @ViewBuilder root: () -> Root, @@ -101,7 +101,7 @@ public struct NavigationStackStore /// - fileID: The fileID. /// - filePath: The filePath. /// - line: The line. - /// - column: The column. + /// - column: The column. @_disfavoredOverload public init( _ store: Store, StackAction>, diff --git a/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift b/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift index 52fcce977486..9acee2a9442d 100644 --- a/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift +++ b/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift @@ -140,7 +140,7 @@ public struct CaseLet CaseState?, action fromCaseAction: @escaping (CaseAction) -> EnumAction, diff --git a/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift b/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift index 7e7df5d04210..e49ad967dc74 100644 --- a/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift +++ b/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift @@ -770,7 +770,7 @@ extension WithViewStore where ViewState: Equatable, Content: View { /// changes to the view state will cause the `WithViewStore` to re-compute its view. /// - content: A function that can generate content from a view store. /// - file: The file. - /// - line: The line. + /// - line: The line. public init( _ store: Store, observe toViewState: @escaping (_ state: State) -> ViewState, diff --git a/Sources/ComposableArchitecture/TestStore.swift b/Sources/ComposableArchitecture/TestStore.swift index 7c2c88d41245..b0a03d15c193 100644 --- a/Sources/ComposableArchitecture/TestStore.swift +++ b/Sources/ComposableArchitecture/TestStore.swift @@ -2726,7 +2726,7 @@ public struct TestStoreTask: Hashable, Sendable { /// - fileID: The fileID. /// - filePath: The filePath. /// - line: The line. - /// - column: The column. + /// - column: The column. @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *) public func finish( timeout duration: Duration, @@ -2751,7 +2751,7 @@ public struct TestStoreTask: Hashable, Sendable { /// - fileID: The fileID. /// - filePath: The filePath. /// - line: The line. - /// - column: The column. + /// - column: The column. @_disfavoredOverload public func finish( timeout nanoseconds: UInt64? = nil,