diff --git a/DatadogInternal/Sources/Context/AppState.swift b/DatadogInternal/Sources/Context/AppState.swift index 871222857a..12b4c4b5d6 100644 --- a/DatadogInternal/Sources/Context/AppState.swift +++ b/DatadogInternal/Sources/Context/AppState.swift @@ -15,7 +15,7 @@ public enum AppState: Codable, PassthroughAnyCodable { case inactive /// The app is running in the background. case background - /// The app is terminated.. + /// The app is terminated. case terminated /// If the app is running in the foreground - no matter if receiving events or not (i.e. being interrupted because of transitioning from background).