Browse Source

use <c> tag for xmldoc 'null's

pull/1237/head
Chris Johnston 6 years ago
parent
commit
2dbb2f72c3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Users/IUser.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Users/IUser.cs View File

@@ -130,7 +130,7 @@ namespace Discord
/// meaning that users and bots will not have access to this information. /// meaning that users and bots will not have access to this information.
/// </remarks> /// </remarks>
/// <returns> /// <returns>
/// The type of Nitro subscription the user subscribes to, or null if this value could not be determined.
/// The type of Nitro subscription the user subscribes to, or <c>null</c> if this value could not be determined.
/// </returns> /// </returns>
PremiumType? PremiumType { get; } PremiumType? PremiumType { get; }
/// <summary> /// <summary>


Loading…
Cancel
Save