Skip to content

Commit

Permalink
Update DatadogInternal/Sources/Context/AppState.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Maciek Grzybowski <[email protected]>
  • Loading branch information
ganeshnj and ncreated authored Jun 17, 2024
1 parent 5eb672a commit 20254d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DatadogInternal/Sources/Context/AppState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 20254d9

Please sign in to comment.