We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e4bdc commit 7af4802Copy full SHA for 7af4802
Sources/ComposableArchitecture/Effect.swift
@@ -50,7 +50,7 @@ public struct Effect<Output, Failure: Error>: Publisher {
50
self.init(Just(value).setFailureType(to: Failure.self))
51
}
52
53
- /// Initializes an effect that immediately failues with the error passed in.
+ /// Initializes an effect that immediately fails with the error passed in.
54
///
55
/// - Parameter error: The error that is immediately emitted by the effect.
56
public init(error: Failure) {
0 commit comments