We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed00c1 commit 5cd006eCopy full SHA for 5cd006e
Sources/Realtime/RealtimeClientV2.swift
@@ -96,7 +96,7 @@ public final class RealtimeClientV2: Sendable {
96
/// - Parameter listener: Closure that will be called when heartbeat status changes.
97
/// - Returns: An observation handle that can be used to stop listening.
98
///
99
- /// - Nite: Use ``heartbeat`` if you prefer to use Async/Await.
+ /// - Note: Use ``heartbeat`` if you prefer to use Async/Await.
100
public func onHeartbeat(
101
_ listener: @escaping @Sendable (HeartbeatStatus) -> Void
102
) -> RealtimeSubscription {
0 commit comments