Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
improve xmldocs
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Dec 28, 2022
1 parent ecd1c8e commit aaf327c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DragonFruit.Six.Api/Seasonal/SeasonStatsExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static class SeasonStatsExtensions
/// <param name="account">The <see cref="UbisoftAccount"/> to get stats for</param>
/// <param name="platforms">The <see cref="PlatformGroup"/>s to return stats for</param>
/// <param name="cancellation">Optional cancellation token</param>
/// <returns>The current season stats for each account. Ranked, Casual, Deathmatch and Event stats will be returned as a separate <see cref="Ranked2SeasonStats"/> object</returns>
/// <returns>The current season stats for the account returning Ranked, Casual, Deathmatch and Event stats as separate <see cref="Ranked2SeasonStats"/> objects</returns>
/// <remarks>
/// This extension uses a protected endpoint to access data, and as such a supported token is needed.
/// Ensure that your <see cref="Dragon6Client"/> implementation requests a token for the provided <see cref="UbisoftService"/> when called.
Expand Down

0 comments on commit aaf327c

Please sign in to comment.