Skip to content

Commit

Permalink
Comment for SubscriptionDisposable
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Feb 13, 2024
1 parent 734f78e commit b8ce0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PubNub/Events/New/EventEmitter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public protocol EventEmitter: AnyObject {
var appContextStream: ((PubNubAppContextEvent) -> Void)? { get set }
}

/// A protocol representing a type that can be used to dispose of subscriptions.
/// A protocol representing a type that can be used to dispose subscriptions.
public protocol SubscriptionDisposable {
/// Determines whether current emitter is disposed
var isDisposed: Bool { get }
Expand Down

0 comments on commit b8ce0f4

Please sign in to comment.