Review: doc fix typo

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
Valere
2024-06-03 16:09:50 +02:00
committed by GitHub
parent 461fed7778
commit 7e9b8d91db

View File

@@ -55,7 +55,7 @@ protocol AnalyticsClientProtocol {
func updateUserProperties(_ userProperties: AnalyticsEvent.UserProperties)
/// Updates the user properties.
/// Updates the super properties.
/// Super properties added to all captured events and screen.
/// - Parameter superProperties: The properties event to capture.
func updateSuperProperties(_ event: AnalyticsEvent.SuperProperties)