Skip to content

Commit

Permalink
Merge 52966d6 into 9919fa8
Browse files Browse the repository at this point in the history
  • Loading branch information
rastersize authored Aug 26, 2021
2 parents 9919fa8 + 52966d6 commit 4e22a90
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 4e22a90

Please sign in to comment.