From adc486d616c2cb7c49870b3ad5573d08e2721642 Mon Sep 17 00:00:00 2001 From: Valere Date: Mon, 3 Jun 2024 16:09:50 +0200 Subject: [PATCH] Review: doc fix typo Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com> --- Riot/Modules/Analytics/AnalyticsClientProtocol.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/Modules/Analytics/AnalyticsClientProtocol.swift b/Riot/Modules/Analytics/AnalyticsClientProtocol.swift index 1e0acc54e3..cfc90fadbc 100644 --- a/Riot/Modules/Analytics/AnalyticsClientProtocol.swift +++ b/Riot/Modules/Analytics/AnalyticsClientProtocol.swift @@ -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)