Skip to content

Commit 8deecce

Browse files
committed
Fixes header docs
1 parent c99df19 commit 8deecce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/Analytics/Analytics.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ 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 'view' event was logged
31+
/// A event was logged
3232
/// - Parameters:
33-
/// - view: The `event` that was logged
33+
/// - event: The `event` that was logged
3434
/// - values: All associated values (parameters) that were logged as a part of this event
3535
func log(event: AnalyticsEvent, values: AnalyticsValues)
3636
}

0 commit comments

Comments
 (0)