Skip to content

Commit 15e7ae1

Browse files
authored
Nit
1 parent 39e7978 commit 15e7ae1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/ParseSwift/LiveQuery/Subscription.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ private func == <T>(lhs: Event<T>, rhs: Event<T>) -> Bool {
6060
/**
6161
A default implementation of the `ParseSubscription` protocol. Suitable for `ObjectObserved`
6262
as the subscription can be used as a SwiftUI publisher. Meaning it can serve
63-
indepedently as a ViewModel in MVVM. Also provides a publisher for pull responses of query such as:
64-
`find`, `first`, `count`, and `aggregate`.
63+
indepedently as a ViewModel in MVVM.
6564
*/
6665
@available(macOS 10.15, iOS 13.0, macCatalyst 13.0, watchOS 6.0, tvOS 13.0, *)
6766
open class Subscription<T: ParseObject>: ParseSubscription, ObservableObject {

0 commit comments

Comments
 (0)