Skip to content

Commit

Permalink
Wrong parameter name. (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiAAPeres authored and andersio committed Oct 29, 2018
1 parent 25a3ef0 commit 958a68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactiveFeedback/Feedback.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public struct Feedback<State, Event> {
/// the previous one would automatically be cancelled.
///
/// - parameters:
/// - transform: The predicate to apply on the state.
/// - predicate: The predicate to apply on the state.
/// - effects: The side effect accepting the state and yielding events
/// that eventually affect the state.
public init<Effect: SignalProducerConvertible>(
Expand Down

0 comments on commit 958a68e

Please sign in to comment.