[Fix] Incorrect xmldoc (#2807)

* Fix incorrect xmldoc

* Apply code-review suggestion (nice catch :) )

Co-authored-by: Dmitry <dimson-n@users.noreply.github.com>

---------

Co-authored-by: Dmitry <dimson-n@users.noreply.github.com>
This commit is contained in:
Mihail Gribkov
2023-12-26 14:08:14 +03:00
committed by GitHub
parent de4b6b9f27
commit d234db70a0

View File

@@ -279,7 +279,7 @@ namespace Discord
/// This is the number of users who have boosted this guild. /// This is the number of users who have boosted this guild.
/// </remarks> /// </remarks>
/// <returns> /// <returns>
/// The number of premium subscribers of this guild; <see langword="null" /> if not available. /// The number of premium subscribers of this guild.
/// </returns> /// </returns>
int PremiumSubscriptionCount { get; } int PremiumSubscriptionCount { get; }
/// <summary> /// <summary>