Skip to content

Commit 1b25591

Browse files
authored
Merge pull request #3 from shaps80/bugfix/updates-header-docs
Corrects header docs
2 parents c99df19 + 9e6cd7a commit 1b25591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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+
/// An 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)