Skip to content

Commit

Permalink
Change comments regarding typealiases (AppContext)
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Dec 3, 2024
1 parent 48786ee commit 4cace54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/PubNub/Models/PubNubUserMetadata.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Foundation

// MARK: Outbound Protocol

/// Alias for `PubNubUserMetadata`, maintained for backward compatibility with existing code using `PubNubUUIDMetadata`.
/// Typealias for backward compatibility with existing code using `PubNubUUIDMetadata`.
/// Please update your code to use `PubNubUserMetadata` directly, as `PubNubUUIDMetadata` is deprecated and will be removed in a future version.
@available(*, deprecated, message: "Use `PubNubUserMetadata` instead.")
public typealias PubNubUUIDMetadata = PubNubUserMetadata
Expand Down Expand Up @@ -68,7 +68,7 @@ public extension PubNubUserMetadata {

// MARK: Concrete Base Class

/// Alias for `PubNubUserMetadataBase`, maintained for backward compatibility with existing code using `PubNubUUIDMetadataBase`.
/// Typealias for backward compatibility with existing code using `PubNubUUIDMetadataBase`.
/// Please update your code to use `PubNubUserMetadataBase` directly, as `PubNubUUIDMetadataBase` is deprecated and will be removed in a future version.
@available(*, deprecated, message: "Use `PubNubUserMetadataBase` instead.")
public typealias PubNubUUIDMetadataBase = PubNubUserMetadataBase
Expand Down

0 comments on commit 4cace54

Please sign in to comment.