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 8deecce commit 9e6cd7aCopy full SHA for 9e6cd7a
1 file changed
Sources/Analytics/Analytics.swift
@@ -28,7 +28,7 @@ public struct Analytics: Sendable {
28
/// Represents an observer that can respond to Analytics events. Generally this would represent your backend (e.g Firebase, etc)
29
/// but you can also use this to provide logging and debugging features.
30
public protocol AnalyticsObserver: AnyObject, Sendable {
31
- /// A event was logged
+ /// An event was logged
32
/// - Parameters:
33
/// - event: The `event` that was logged
34
/// - values: All associated values (parameters) that were logged as a part of this event
0 commit comments