Skip to content

Commit 7af4802

Browse files
authored
Typo in Effect.swift (#108)
1 parent c3e4bdc commit 7af4802

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
@@ -50,7 +50,7 @@ public struct Effect<Output, Failure: Error>: Publisher {
5050
self.init(Just(value).setFailureType(to: Failure.self))
5151
}
5252

53-
/// Initializes an effect that immediately failues with the error passed in.
53+
/// Initializes an effect that immediately fails with the error passed in.
5454
///
5555
/// - Parameter error: The error that is immediately emitted by the effect.
5656
public init(error: Failure) {

0 commit comments

Comments
 (0)