File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public final class RealtimeClientV2: Sendable {
70
70
set { statusSubject. yield ( newValue) }
71
71
}
72
72
73
- /// Listen for heartbeat checks .
73
+ /// Listen for heartbeat status .
74
74
///
75
75
/// You can also use ``onHeartbeat(_:)`` for a closure based method.
76
76
public var heartbeat : AsyncStream < HeartbeatStatus > {
@@ -90,7 +90,7 @@ public final class RealtimeClientV2: Sendable {
90
90
}
91
91
92
92
/// Listen for heatbeat checks.
93
- /// - Parameter listener: Closure that will be called when a heartbeat is received .
93
+ /// - Parameter listener: Closure that will be called when heartbeat status changes .
94
94
/// - Returns: An observation handle that can be used to stop listening.
95
95
///
96
96
/// - Nite: Use ``heartbeat`` if you prefer to use Async/Await.
You can’t perform that action at this time.
0 commit comments