Skip to content

Commit 9e6cd7a

Browse files
authored
Update Sources/Analytics/Analytics.swift
1 parent 8deecce commit 9e6cd7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Analytics/Analytics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public struct Analytics: Sendable {
2828
/// Represents an observer that can respond to Analytics events. Generally this would represent your backend (e.g Firebase, etc)
2929
/// but you can also use this to provide logging and debugging features.
3030
public protocol AnalyticsObserver: AnyObject, Sendable {
31-
/// A event was logged
31+
/// An event was logged
3232
/// - Parameters:
3333
/// - event: The `event` that was logged
3434
/// - values: All associated values (parameters) that were logged as a part of this event

0 commit comments

Comments
 (0)