Skip to content

Commit

Permalink
Merge branch 'master' into effect-matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcbride authored Aug 26, 2021
2 parents 3de4bae + 231e8ab commit 321ec9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MobiusCore/Source/MobiusLoop.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public final class MobiusLoop<Model, Event, Effect>: Disposable {
/// the observer will immediately be notified of the most recent model. The observer will be
/// notified of future changes to the model until the loop or the returned `Disposable` is
/// disposed.

///
/// - Parameter consumer: an observer of model changes
/// - Returns: a `Disposable` that can be used to stop further notifications to the observer
@discardableResult
Expand Down

0 comments on commit 321ec9b

Please sign in to comment.