diff --git a/DragonFruit.Six.Api/Seasonal/SeasonStatsExtensions.cs b/DragonFruit.Six.Api/Seasonal/SeasonStatsExtensions.cs index 1795eb0f..cd4c31fe 100644 --- a/DragonFruit.Six.Api/Seasonal/SeasonStatsExtensions.cs +++ b/DragonFruit.Six.Api/Seasonal/SeasonStatsExtensions.cs @@ -24,7 +24,7 @@ public static class SeasonStatsExtensions /// The to get stats for /// The s to return stats for /// Optional cancellation token - /// The current season stats for each account. Ranked, Casual, Deathmatch and Event stats will be returned as a separate object + /// The current season stats for the account returning Ranked, Casual, Deathmatch and Event stats as separate objects /// /// This extension uses a protected endpoint to access data, and as such a supported token is needed. /// Ensure that your implementation requests a token for the provided when called.