Skip to content

Commit

Permalink
Update Sources/Analytics/Analytics.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
shaps80 authored Oct 11, 2022
1 parent 8deecce commit 9e6cd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Analytics/Analytics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public struct Analytics: Sendable {
/// Represents an observer that can respond to Analytics events. Generally this would represent your backend (e.g Firebase, etc)
/// but you can also use this to provide logging and debugging features.
public protocol AnalyticsObserver: AnyObject, Sendable {
/// A event was logged
/// An event was logged
/// - Parameters:
/// - event: The `event` that was logged
/// - values: All associated values (parameters) that were logged as a part of this event
Expand Down

0 comments on commit 9e6cd7a

Please sign in to comment.