From 52966d63d5f1ab88e9c6c841572ee11750fc9154 Mon Sep 17 00:00:00 2001 From: Aron Cedercrantz Date: Wed, 25 Aug 2021 20:13:42 -0400 Subject: [PATCH] Fix disconnected API comment --- MobiusCore/Source/MobiusLoop.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobiusCore/Source/MobiusLoop.swift b/MobiusCore/Source/MobiusLoop.swift index ce0e84f6..db2ec32a 100644 --- a/MobiusCore/Source/MobiusLoop.swift +++ b/MobiusCore/Source/MobiusLoop.swift @@ -101,7 +101,7 @@ public final class MobiusLoop: 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