Skip to content

Commit cb60535

Browse files
grdsdevCopilot
andcommitted
Update Sources/Realtime/RealtimeClientV2.swift
Co-authored-by: Copilot <[email protected]>
1 parent af7009d commit cb60535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Realtime/RealtimeClientV2.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public final class RealtimeClientV2: Sendable {
9696
/// - Parameter listener: Closure that will be called when heartbeat status changes.
9797
/// - Returns: An observation handle that can be used to stop listening.
9898
///
99-
/// - Nite: Use ``heartbeat`` if you prefer to use Async/Await.
99+
/// - Note: Use ``heartbeat`` if you prefer to use Async/Await.
100100
public func onHeartbeat(
101101
_ listener: @escaping @Sendable (HeartbeatStatus) -> Void
102102
) -> RealtimeSubscription {

0 commit comments

Comments
 (0)