Skip to content

Commit

Permalink
[Fix] Incorrect xmldoc (#2807)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Misha-133 and dimson-n committed Dec 26, 2023
1 parent de4b6b9 commit d234db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord.Net.Core/Entities/Guilds/IGuild.cs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public interface IGuild : IDeletable, ISnowflakeEntity
/// This is the number of users who have boosted this guild.
/// </remarks>
/// <returns>
/// The number of premium subscribers of this guild; <see langword="null" /> if not available.
/// The number of premium subscribers of this guild.
/// </returns>
int PremiumSubscriptionCount { get; }
/// <summary>
Expand Down

0 comments on commit d234db7

Please sign in to comment.