Skip to content

Commit 81047cb

Browse files
committed
typo
1 parent 86ff1d0 commit 81047cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Effect.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ extension Effect {
430430
public mutating func addTask(
431431
name: String?,
432432
priority: TaskPriority? = nil,
433-
operation: @escaping @Sendable (any) () async -> ChildTaskResult
433+
operation: @escaping @Sendable () async -> ChildTaskResult
434434
) {
435435
addTask(priority: priority, operation: operation)
436436
}

0 commit comments

Comments
 (0)